2 * font.h -- `Soft' font definitions
4 * Created 1995 by Geert Uytterhoeven
6 * This file is subject to the terms and conditions of the GNU General Public
7 * License. See the file COPYING in the main directory of this archive
14 #include <linux/types.h>
26 #define PEARL8x8_IDX 2
29 #define SUN12x22_IDX 5
30 #define ACORN8x8_IDX 6
33 extern struct font_desc font_vga_8x8
,
42 /* Find a font with a specific name */
44 extern struct font_desc
*find_font(char *name
);
46 /* Get the default font for a specific screen size */
48 extern struct font_desc
*get_default_font(int xres
, int yres
);
50 /* Max. length for the name of a predefined font */
51 #define MAX_FONT_NAME 32
53 #endif /* _VIDEO_FONT_H */