1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-01 09:10:37 +00:00
qb64/internal/help/_FONT_(function).txt
2021-04-25 19:40:25 -03:00

19 lines
546 B
Plaintext

{{DISPLAYTITLE:_FONT (function)}}
The [[_FONT (function)|_FONT]] function retrieves the font handle from the specified image handle or the current [[_DEST]]ination page's font.
{{PageSyntax}}
:{{Parameter|fontHandle&}} = [[_FONT (function)|_FONT]][({{Parameter|imageHandle&}})]
{{PageDescription}}
*imageHandle& is the handle to the image which you want to retrieve the font from. If not specified, it is assumed to be the current [[_DEST]]ination page.
{{PageSeeAlso}}
*[[_LOADFONT]], [[_FONT]]
*[[_DEST]]
{{PageNavigation}}