N64FlashcartMenu
Loading...
Searching...
No Matches
src
menu
fonts.h
Go to the documentation of this file.
1
7
#ifndef FONTS_H__
8
#define FONTS_H__
9
11
typedef
enum
{
12
FNT_DEFAULT = 1,
13
}
menu_font_type_t
;
14
16
typedef
enum
{
17
STL_DEFAULT = 0,
18
STL_GREEN,
19
STL_BLUE,
20
STL_YELLOW,
21
STL_ORANGE,
22
STL_GRAY,
23
}
menu_font_style_t
;
24
25
26
void
fonts_init (
char
*custom_font_path);
27
28
29
#endif
menu_font_type_t
menu_font_type_t
Font type enumeration.
Definition:
fonts.h:11
menu_font_style_t
menu_font_style_t
Font style enumeration.
Definition:
fonts.h:16
Generated on Mon Apr 29 2024 19:15:14 for N64FlashcartMenu by
1.9.5