| * font.h -- `Soft' font definitions |
| * Created 1995 by Geert Uytterhoeven |
| * This file is subject to the terms and conditions of the GNU General Public |
| * License. See the file COPYING in the main directory of this archive |
| extern struct font_desc font_vga_8x8, |
| /* Find a font with a specific name */ |
| extern struct font_desc *find_font(char *name); |
| /* Get the default font for a specific screen size */ |
| extern struct font_desc *get_default_font(int xres, int yres); |
| /* Max. length for the name of a predefined font */ |
| #endif /* _VIDEO_FONT_H */ |