FONTHEIGHT (function)
From QB64.org wiki
The _FONTHEIGHT function returns the point-size height of a font.
Contents |
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