1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-03 08:51:22 +00:00
qb64/internal/help/_FONT_(function).txt

19 lines
546 B
Plaintext
Raw Normal View History

2016-03-18 11:36:04 +00:00
{{DISPLAYTITLE:_FONT (function)}}
2021-04-25 22:40:25 +00:00
The [[_FONT (function)|_FONT]] function retrieves the font handle from the specified image handle or the current [[_DEST]]ination page's font.
{{PageSyntax}}
2021-04-25 22:40:25 +00:00
:{{Parameter|fontHandle&}} = [[_FONT (function)|_FONT]][({{Parameter|imageHandle&}})]
{{PageDescription}}
2017-10-10 14:55:21 +00:00
*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}}
2016-03-18 11:36:04 +00:00
*[[_LOADFONT]], [[_FONT]]
2017-10-10 14:55:21 +00:00
*[[_DEST]]
2019-04-15 01:15:33 +00:00
{{PageNavigation}}