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_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 |
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. |