3 /* Font data for Invaders */
5 /* Space Invaders Pixel Art
8 /* This file created by makefont.pl by Sec <sec@42.org> */
11 const uint8_t InvadersBitmaps
[] = {
12 /* Char 65 is 11px wide @ 0 */
26 /* Char 66 is 12px wide @ 11 */
41 /* Char 67 is 8px wide @ 23 */
52 /* Char 80 is 7px wide @ 31 */
62 /* Char 85 is 16px wide @ 38 */
81 /* Char 97 is 11px wide @ 54 */
95 /* Char 98 is 12px wide @ 65 */
110 /* Char 99 is 8px wide @ 77 */
123 /* Character descriptors */
124 const FONT_CHAR_INFO InvadersLengths
[] = {
135 const uint16_t InvadersExtra
[] = {
140 const struct FONT_DEF Font_Invaders
= {
141 0, /* width (1 == compressed) */
142 8, /* character height */
145 InvadersBitmaps
, InvadersLengths
, InvadersExtra
150 * Height: 8 px (1 bytes)
151 * Maximum width: 16 px
152 * Storage size: 93 bytes (uncompressed)