FONTHEIGHT (function) - QB64 Wiki

FONTHEIGHT (function)

From QB64 Wiki

Revision as of 21:20, 7 January 2010 by Stylin (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The _FONTHEIGHT function returns the point-size height of a font.


Syntax:

result& = _FONTHEIGHT(fontHandle&)


Description:

  • If fontHandle& is omitted, it is assumed to be the font of the current write page.
  • If fontHandle& is an invalid handle, an invalid handle error is thrown.


See also:



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