1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-16 18:55:13 +00:00
qb64/internal/help/_FONT-(function).md

15 lines
490 B
Markdown
Raw Normal View History

The [_FONT (function)](_FONT-(function)) function retrieves the font handle from the specified image handle or the current [_DEST](_DEST)ination page's font.
## Syntax
> fontHandle& = [_FONT (function)](_FONT-(function))[(imageHandle&)]
## Description
* 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](_DEST)ination page.
## See Also
* [_LOADFONT](_LOADFONT), [_FONT](_FONT)
* [_DEST](_DEST)