N64FlashcartMenu
Loading...
Searching...
No Matches
fonts.h
Go to the documentation of this file.
1
7#ifndef FONTS_H__
8#define FONTS_H__
9
11typedef enum {
12 FNT_DEFAULT = 1,
14
16typedef enum {
17 STL_DEFAULT = 0,
18 STL_GREEN,
19 STL_BLUE,
20 STL_YELLOW,
21 STL_ORANGE,
22 STL_GRAY,
24
25
26void fonts_init (void);
27
28
29#endif
menu_font_type_t
Font type enumeration.
Definition: fonts.h:11
menu_font_style_t
Font style enumeration.
Definition: fonts.h:16