_FONT (function) - mkilgore/QB64pe GitHub Wiki
The _FONT function retrieves the font handle from the specified image handle or the current _DESTination page's font.
- fontHandle& = _FONT[(imageHandle&)]
- 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 _DESTination page.
Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page