forked from QB64-Phoenix-Edition/QB64pe
-
Notifications
You must be signed in to change notification settings - Fork 0
_FONTWIDTH (function)
Samuel Gomes edited this page Nov 8, 2022
·
1 revision
The _FONTWIDTH (function) function returns the point-size width of a monospace font.
result& = _FONTWIDTH (function)(fontHandle&)
- If fontHandle& is omitted, it is assumed to be the font of the current write page.
- If fontHandle& is an invalid handle, an ERROR Codes error is thrown.
- If the font specified by fontHandle& is not a monospace font, 0 (zero) is returned.