Module game_library::font_resource
source · Expand description
A resource to hold handles for the fonts used in the game.
This is intended to make it trivial to change which font face is used for each type of text in the game. For example, if the user wanted to make it easier to read the text in the game, they could change the font face for the text in the game to a more readable font face.
Structs
- Change a font choice. Sending this event will update the specified font choice to the specified font.
- A resource to hold handles for the fonts used in the game.
Enums
- A choice of font to change.
- The generic font-family options. This is used in
crate::settings::AccessibilitySettings
Functions
- A system to change the font choice.