1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-29 12:50:37 +00:00
QB64-PE/internal/help/_FONT_(function).txt
SteveMcNeill 33adc04fc4 Add temp folder to repo. It's necessary as well!
Just more initial setting on... nothing much to see here.
2022-04-28 13:39:56 -04:00

20 lines
514 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}}
<