Home
last modified time | relevance | path

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

/src/usr.bin/vtfontcvt/
H A Dvtfontcvt.c69 static unsigned int glyph_total, glyph_count[4], glyph_unique, glyph_dupe; variable
284 glyph_unique++; in add_glyph()
285 if (glyph_unique > VFNT_MAXGLYPHS) in add_glyph()
286 errx(1, "too many glyphs (%u)", glyph_unique); in add_glyph()
776 fh.fh_glyph_count = htobe32(glyph_unique); in write_fnt()
806 size_t uncompressed_size = wbytes * height * glyph_unique; in write_fnt_source()
1024 glyph_unique, glyph_dupe, in print_font_info()