1
1
Fork 0
mirror of https://github.com/DualBrain/QB64.git synced 2023-11-19 13:10:13 +00:00
QB64-website/wiki/_FONT-(function).md
2022-12-24 21:14:48 -06:00

490 B

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

Syntax

fontHandle& = _FONT (function)[(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