#define CMUFONTMAGIC 0x1fd struct cmuvector { short x, y; }; struct cmuicon { short goff; short soff; }; #define cmufnamesize 16 struct cmufname { char fname[cmufnamesize]; short theta; char height; char flags; }; #define BoldFace 1 #define ItalicFace 2 #define FixedWidthFace 010 struct cmufont { short magic; short pad1; struct cmufname fn; struct cmuvector pad2; struct cmuvector pad3; struct cmuvector pad4; struct cmuvector pad5; struct cmuvector pad6; char type; short size; struct cmuicon chars[1]; }; struct cmubmiconsp { char type; unsigned char sy, sx; char oy, ox; unsigned short bits[1]; }; struct cmuicongp { struct cmuvector width; };