FONT (function) - QB64 Wiki

FONT (function)

From QB64 Wiki

Revision as of 04:31, 29 April 2011 by Clippy (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The _FONT function creates a new alphablended font handle from a designated image handle created by _NEWIMAGE in 32 bit color.


Syntax:

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:



Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page