fonts.c (e5451c8f8330e03ad3cfa16048b4daf961af434f) | fonts.c (ac8b6f148fc97e9e10b48bd337ef571b1d1136aa) |
---|---|
1/* 2 * `Soft' font definitions 3 * 4 * Created 1995 by Geert Uytterhoeven 5 * Rewritten 1998 by Martin Mares <mj@ucw.cz> 6 * 7 * 2001 - Documented with DocBook 8 * - Brad Douglas <brad@neruo.com> --- 53 unchanged lines hidden (view full) --- 62#ifdef CONFIG_FONT_MINI_4x6 63#undef NO_FONTS 64 &font_mini_4x6, 65#endif 66#ifdef CONFIG_FONT_6x10 67#undef NO_FONTS 68 &font_6x10, 69#endif | 1/* 2 * `Soft' font definitions 3 * 4 * Created 1995 by Geert Uytterhoeven 5 * Rewritten 1998 by Martin Mares <mj@ucw.cz> 6 * 7 * 2001 - Documented with DocBook 8 * - Brad Douglas <brad@neruo.com> --- 53 unchanged lines hidden (view full) --- 62#ifdef CONFIG_FONT_MINI_4x6 63#undef NO_FONTS 64 &font_mini_4x6, 65#endif 66#ifdef CONFIG_FONT_6x10 67#undef NO_FONTS 68 &font_6x10, 69#endif |
70#ifdef CONFIG_FONT_TER16x32 71#undef NO_FONTS 72 &font_ter_16x32, 73#endif |
|
70}; 71 72#define num_fonts ARRAY_SIZE(fonts) 73 74#ifdef NO_FONTS 75#error No fonts configured. 76#endif 77 --- 80 unchanged lines hidden --- | 74}; 75 76#define num_fonts ARRAY_SIZE(fonts) 77 78#ifdef NO_FONTS 79#error No fonts configured. 80#endif 81 --- 80 unchanged lines hidden --- |