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_DIRECTORY,
19 STL_SAVE,
20 STL_MEDIA,
21 STL_UNKNOWN,
23
24
25void fonts_init (void);
26
27
28#endif
menu_font_type_t
Font type enumeration.
Definition: fonts.h:11
menu_font_style_t
Font style enumeration.
Definition: fonts.h:16