N64FlashcartMenu
Loading...
Searching...
No Matches
fonts.h
Go to the documentation of this file.
1
7#ifndef FONTS_H__
8#define FONTS_H__
9
16typedef enum {
19
35
44void fonts_init(char *custom_font_path);
45
46#endif /* FONTS_H__ */
void fonts_init(char *custom_font_path)
Initialize fonts.
Definition fonts.c:28
menu_font_type_t
Font type enumeration.
Definition fonts.h:16
@ FNT_DEFAULT
Definition fonts.h:17
menu_font_style_t
Font style enumeration.
Definition fonts.h:26
@ STL_BLUE
Definition fonts.h:29
@ STL_RED
Definition fonts.h:32
@ STL_ORANGE
Definition fonts.h:31
@ STL_GREEN
Definition fonts.h:28
@ STL_DEFAULT
Definition fonts.h:27
@ STL_GRAY
Definition fonts.h:33
@ STL_YELLOW
Definition fonts.h:30