Home
last modified time | relevance | path

Searched defs:Subfont (Results 1 – 3 of 3) sorted by relevance

/plan9/sys/include/
H A Ddraw.h16 typedef struct Subfont Subfont; typedef
246 struct Subfont struct
248 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;
/plan9/sys/src/cmd/unix/drawterm/include/
H A Ddraw.h18 typedef struct Subfont Subfont; typedef
247 struct Subfont struct
249 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;
/plan9/sys/include/ape/
H A Ddraw.h26 typedef struct Subfont Subfont; typedef
254 struct Subfont struct
256 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;