Home
last modified time | relevance | path

Searched refs:add_glyph (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.bin/vtfontcvt/
H A Dvtfontcvt.c255 add_glyph(const uint8_t *bytes, unsigned int map_idx, int fallback) in add_glyph() function
322 gl = add_glyph(bytes, 0, 1); in add_char()
324 gl = add_glyph(bytes, map_idx, 0); in add_char()
328 gl = add_glyph(bytes_r, map_idx + 1, 0); in add_char()