|
N64FlashcartMenu
|
Menu fonts. More...
Go to the source code of this file.
Enumerations | |
| enum | menu_font_type_t { FNT_DEFAULT = 1 } |
| Font type enumeration. More... | |
| enum | menu_font_style_t { STL_DEFAULT = 0 , STL_GREEN , STL_BLUE , STL_YELLOW , STL_ORANGE , STL_RED , STL_GRAY } |
| Font style enumeration. More... | |
Functions | |
| void | fonts_init (char *custom_font_path) |
| Initialize fonts. | |
Menu fonts.
| enum menu_font_type_t |
| enum menu_font_style_t |
Font style enumeration.
This enumeration defines the different styles of fonts that can be used in the menu system.
| Enumerator | |
|---|---|
| STL_DEFAULT | Default font style |
| STL_GREEN | Green font style |
| STL_BLUE | Blue font style |
| STL_YELLOW | Yellow font style |
| STL_ORANGE | Orange font style |
| STL_RED | Red font style |
| STL_GRAY | Gray font style |
| void fonts_init | ( | char * | custom_font_path | ) |
Initialize fonts.
This function initializes the fonts used in the menu system. It can load custom fonts from the specified path.
| custom_font_path | Path to the custom font file. |