glyph
struct glyph gly[MAXCHAR]; /* glyph metrics */
add_mapping(struct glyph *gl, unsigned int c, unsigned int map_idx)
static struct glyph *
struct glyph *gl;
struct glyph *gl;
struct glyph *gl;
struct glyph *gl;
TAILQ_ENTRY(glyph) g_list;
SLIST_ENTRY(glyph) g_hash;
TAILQ_HEAD(glyph_list, glyph);
static SLIST_HEAD(, glyph) glyph_hash[FONTCVT_NHASH];
struct glyph *m_glyph;
font_bit_to_pix8(&boot_fb_font, (uint8_t *)glyph, c, fg, bg);
font_bit_to_pix16(&boot_fb_font, (uint16_t *)glyph, c,
font_bit_to_pix24(&boot_fb_font, (uint8_t *)glyph, c, fg, bg);
font_bit_to_pix32(&boot_fb_font, (uint32_t *)glyph, c, fg, bg);
static uint8_t glyph[MAX_GLYPH];
display.data = glyph;