Searched defs:Subfont (Results 1 – 2 of 2) sorted by relevance
31 typedef struct Subfont Subfont; typedef147 struct Subfont struct149 short n; /* number of chars in font */150 uchar height; /* height of bitmap */151 char ascent; /* top of bitmap to baseline */152 Fontchar *info; /* n+1 character descriptors */153 Bitmap *bits; /* of font */
18 typedef struct Subfont Subfont; typedef260 struct Subfont struct262 char *name;263 short n; /* number of chars in font */264 uchar height; /* height of image */265 char ascent; /* top of image to baseline */266 Fontchar *info; /* n+1 character descriptors */267 Image *bits; /* of font */268 int ref;