kernel/include/linux/font.h
.. .. @@ -32,6 +32,8 @@ 32 32 #define ACORN8x8_IDX 8 33 33 #define MINI4x6_IDX 9 34 34 #define FONT6x10_IDX 10 35 +#define TER16x32_IDX 1136 +#define FONT6x8_IDX 1235 37 36 38 extern const struct font_desc font_vga_8x8, 37 39 font_vga_8x16, .. .. @@ -43,7 +45,9 @@ 43 45 font_sun_12x22, 44 46 font_acorn_8x8, 45 47 font_mini_4x6, 46 - font_6x10;48 + font_6x10,49 + font_ter_16x32,50 + font_6x8;47 51 48 52 /* Find a font with a specific name */ 49 53