Searched defs:Subfont (Results 1 – 3 of 3) sorted by relevance
16 typedef struct Subfont Subfont; typedef246 struct Subfont struct248 char *name;249 short n; /* number of chars in font */250 uchar height; /* height of image */251 char ascent; /* top of image to baseline */252 Fontchar *info; /* n+1 character descriptors */253 Image *bits; /* of font */254 int ref;
18 typedef struct Subfont Subfont; typedef247 struct Subfont struct249 char *name;250 short n; /* number of chars in font */251 uchar height; /* height of image */252 char ascent; /* top of image to baseline */253 Fontchar *info; /* n+1 character descriptors */254 Image *bits; /* of font */255 int ref;
26 typedef struct Subfont Subfont; typedef254 struct Subfont struct256 char *name;257 short n; /* number of chars in font */258 uchar height; /* height of image */259 char ascent; /* top of image to baseline */260 Fontchar *info; /* n+1 character descriptors */261 Image *bits; /* of font */262 int ref;