1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-03 04:11:21 +00:00
qb64/internal/help/_FONT_(function).txt
2019-04-14 22:15:33 -03:00

19 lines
512 B
Plaintext

{{DISPLAYTITLE:_FONT (function)}}
The [[_FONT]] function retrieves the font handle from the specified image handle or the current [[_DEST]]ination page's font.
{{PageSyntax}}
:{{Parameter|fontHandle&}} = [[_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}}