/* * pop_font.h — контракт FONT\FONT.ATL, СГЕНЕРИРОВАН. * Источник: SDLPoP hc_small_font_data[] и hc_font_data[]. * Генератор: toolchain/pop_extract_font.py. Руками не править. */ #ifndef POP_FONT_H #define POP_FONT_H #include #define POP_FONT_COLOR 0x3F #define POP_FONT_FIRST 32 #define POP_FONT_LAST 126 #define POP_FONT_SMALL_BASE 0 #define POP_FONT_SMALL_ASCENT 5 #define POP_FONT_SMALL_SPACE 1 #define POP_FONT_BIG_BASE 95 #define POP_FONT_BIG_ASCENT 7 #define POP_FONT_BIG_SPACE 1 #define POP_FONT_SNAPSHOT_OFF 0x3C00 #define POP_FONT_ATLAS_SIZE 7667 #endif