PokittoFonts.h
Go to the documentation of this file.
1 /**************************************************************************/
35 /**************************************************************************/
36 
37 #ifndef POK_FONTS_H
38 #define POK_FONTS_H
39 
40 #include "Pokitto_settings.h"
41 
42 extern const unsigned char fontMini[];
43 extern const unsigned char fontDonut[];
44 extern const unsigned char fontDragon[];
45 extern const unsigned char fontKarateka[];
46 extern const unsigned char fontKoubit[];
47 extern const unsigned char fontRunes[];
48 extern const unsigned char fontTight[];
49 extern const unsigned char fontTiny[];
50 extern const unsigned char fontAdventurer[];
51 extern const unsigned char font5x7[];
52 extern const unsigned char font3x5[];
53 extern const unsigned char font3x3[];
54 extern const unsigned char fontC64[];
55 extern const unsigned char fntC64UIGfx[];
56 extern const unsigned char fontZXSpec[];
57 extern const unsigned char fontTIC806x6[];
58 
59 #if POK_GAMEBUINO_SUPPORT > 0
60 #define DEFAULT_FONT font3x5
61 #else
62 #define DEFAULT_FONT font5x7
63 #endif // POK_GAMEBUINO_SUPPORT
64 
65 
66 #endif
67