Searched defs:Font (Results 1 – 2 of 2) sorted by relevance
65 struct Font { /* characteristics of a font */ struct66 char nwfont; /* number of width entries for this font */67 char specfont; /* 1 == special font */68 char ligfont; /* 1 == ligatures exist on this font */69 char spare1; /* unused for now */70 char namefont[10]; /* name of this font (e.g., "R" */71 char intname[10]; /* internal name (=number) on device, in ascii */
60 struct Font { /* characteristics of a font */ struct61 char nwfont; /* number of width entries for this font */62 char specfont; /* 1 == special font */63 char ligfont; /* 1 == ligatures exist on this font */64 char spare1; /* unused for now */65 char namefont[10]; /* name of this font (e.g., "R" */66 char intname[10]; /* internal name (=number) on device, in ascii */