Home
last modified time | relevance | path

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

/inferno-os/os/boot/rpcg/
H A Dlibg.h31 typedef struct Subfont Subfont; typedef
147 struct Subfont struct
149 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 */
/inferno-os/include/
H A Ddraw.h18 typedef struct Subfont Subfont; typedef
260 struct Subfont struct
262 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;