Lines Matching refs:font
36 #define WSFONT_FLAG_OPT 0x01000000 /* use alternate font */
37 #define WSFONT_GLYPH(c, font) ((uint8_t *)font->data + \
38 ((c) - font->firstchar) * font->stride * font->fontheight)
44 * struct wsdisplay_font *font;
50 * panic("unable to get 8x16 font");
52 * if (wsfont_lock(cookie, &font))
53 * panic("unable to lock font");