forked from Galleondragon/qb64
-
Notifications
You must be signed in to change notification settings - Fork 24
_FONT (function)
Cory Smith edited this page Sep 1, 2022
·
3 revisions
The _FONT (function) function retrieves the font handle from the specified image handle or the current _DESTination page's font.
fontHandle& = _FONT (function)[(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.