[rendering] This simple trick didn't work...
[wikipediardware.git] / gui-lib / fontfile.h
blobffc5ccbeb30502541c3064e1fde036f2e5edffb3
1 #ifndef FONTFILE_H
2 #define FONTFILE_H
4 int glyph_spacing (struct glyph *first, unsigned short second,
5 unsigned char *x, unsigned char *y);
6 const struct glyph *get_glyph (unsigned int font, unsigned int glyph);
7 int read_font_file (const char *filename);
8 unsigned int guilib_nr_fonts ();
10 #endif /* FONTFILE_H */