FONT (function)
From QB64 Wiki
The _FONT function creates a new alphablended font handle from a designated image handle created by _NEWIMAGE in 32 bit color.
- font_handle = _FONT[(image_handle)]
Description:
- font_handle is the newly created handle that points to the font.
- image_handle is the handle to the image which you want to retrieve the font from.
See also: