N64FlashcartMenu
Loading...
Searching...
No Matches
Enumerations | Functions
fonts.h File Reference

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.
 

Detailed Description

Menu fonts.

Enumeration Type Documentation

◆ menu_font_type_t

Font type enumeration.

This enumeration defines the different types of fonts that can be used in the menu system.

Enumerator
FNT_DEFAULT 

Default font type

◆ 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_GRAY 

Gray font style

Function Documentation

◆ fonts_init()

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.

Parameters
custom_font_pathPath to the custom font file.