Expand description
Font loading.
Macros§
- font_
receive - Macro to wrap a font receive callback.
Functions§
- add_
font_ from_ file - Adds a font from a file path and sends updates to the callback.
- add_
font_ from_ memory - Adds a font from memory and sends updates to the callback.
- add_
font_ from_ resource - Adds a font from a resource and sends updates to the callback.
- get_
font - Registers a new callback to receive the font with the given identifier.
- release_
font - Releases a previously registered callback for the font with the given identifier.
- resize_
font - Resizes an existing font, sending the update to registered callbacks.