/** * Font */ #ifndef __GF_FONT_H__ #define __GF_FONT_H__ #include #include /* Type */ /* Engine */ /* Standard */ GF_EXPORT unsigned char gf_font[128][8]; #endif