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
16
typedef
enum
{
17
FNT_DEFAULT
= 1,
18
}
menu_font_type_t
;
19
26
typedef
enum
{
27
STL_DEFAULT
= 0,
28
STL_GREEN
,
29
STL_BLUE
,
30
STL_YELLOW
,
31
STL_ORANGE
,
32
STL_GRAY
,
33
}
menu_font_style_t
;
34
43
void
fonts_init
(
char
*custom_font_path);
44
45
#endif
/* FONTS_H__ */
fonts_init
void fonts_init(char *custom_font_path)
Initialize fonts.
Definition
fonts.c:27
menu_font_type_t
menu_font_type_t
Font type enumeration.
Definition
fonts.h:16
FNT_DEFAULT
@ FNT_DEFAULT
Definition
fonts.h:17
menu_font_style_t
menu_font_style_t
Font style enumeration.
Definition
fonts.h:26
STL_BLUE
@ STL_BLUE
Definition
fonts.h:29
STL_ORANGE
@ STL_ORANGE
Definition
fonts.h:31
STL_GREEN
@ STL_GREEN
Definition
fonts.h:28
STL_DEFAULT
@ STL_DEFAULT
Definition
fonts.h:27
STL_GRAY
@ STL_GRAY
Definition
fonts.h:32
STL_YELLOW
@ STL_YELLOW
Definition
fonts.h:30
Generated on Sat Jan 11 2025 01:39:06 for N64FlashcartMenu by
1.9.8