1gl_font8x8(3) Svgalib User Manual gl_font8x8(3)
2
3
4
6 gl_font8x8 - a packed 8x8 pixel font
7
8
10 #include <vgagl.h>
11
12 extern unsigned char *gl_font8x8;
13
14
16 gl_font8x8 contains a packed pixel font with 8x8 pixels per character
17 which you can use in your vgagl programs. Before you can use it, you
18 might need to expand it with gl_expandfont(3), though.
19
20 It is possible to use non expanded fonts (but it is slower) when the
21 FONT_COMPRESSED gl_setwritemode(3) flag is set.
22
23
25 svgalib(7), vgagl(7), svgalib.conf(5), testgl(1), gl_colorfont(3),
26 gl_expandfont(3), gl_setfont(3), gl_setfontcolors(3), gl_setwrite‐
27 mode(3), gl_write(3), gl_writen(3).
28
29
31 This manual page was edited by Michael Weller <eowmob@exp-math.uni-
32 essen.de>. The exact source of the referenced demo as well as of the
33 original documentation is unknown.
34
35 It is very likely that both are at least to some extent are due to Harm
36 Hanemaayer <H.Hanemaayer@inter.nl.net>.
37
38 Occasionally this might be wrong. I hereby asked to be excused by the
39 original author and will happily accept any additions or corrections to
40 this first version of the svgalib manual.
41
42
43
44Svgalib (>= 1.2.11) 2 Aug 1997 gl_font8x8(3)