_FONT (function)

From QB64 Wiki
Revision as of 00:13, 6 September 2017 by imported>SMcNeill (Fixed description of function; also: style guidelines)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The _FONT function retrieves the font handle from the specified image handle or the current _DESTination page's font.


Syntax

fontHandle& = _FONT[(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 _DESTination page.


See also



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