◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Include: <graph.h> Structure: struct _fontinfo { int type; // b0 set=vector, clear=bit map int ascent; // Pix dist from top to baseline int pixwidth; // Character width in pixels, 0=prop int pixheight; // Character height in pixels int avgwidth; // Average character width in pixels char filename[81]; // File name including path char facename[32]; // Font name };