vtfontcvt: Allow 6 digits in verbose output
Some fonts (e.g. GNU Unifont) have more than 100,000 (half-)glyphs. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
b00fe64f4a
commit
e867fb0558
@ -473,24 +473,24 @@ print_font_info(void)
|
||||
{
|
||||
printf(
|
||||
"Statistics:\n"
|
||||
"- glyph_total: %5u\n"
|
||||
"- glyph_normal: %5u\n"
|
||||
"- glyph_normal_right: %5u\n"
|
||||
"- glyph_bold: %5u\n"
|
||||
"- glyph_bold_right: %5u\n"
|
||||
"- glyph_unique: %5u\n"
|
||||
"- glyph_dupe: %5u\n"
|
||||
"- mapping_total: %5u\n"
|
||||
"- mapping_normal: %5u\n"
|
||||
"- mapping_normal_folded: %5u\n"
|
||||
"- mapping_normal_right: %5u\n"
|
||||
"- mapping_normal_right_folded: %5u\n"
|
||||
"- mapping_bold: %5u\n"
|
||||
"- mapping_bold_folded: %5u\n"
|
||||
"- mapping_bold_right: %5u\n"
|
||||
"- mapping_bold_right_folded: %5u\n"
|
||||
"- mapping_unique: %5u\n"
|
||||
"- mapping_dupe: %5u\n",
|
||||
"- glyph_total: %6u\n"
|
||||
"- glyph_normal: %6u\n"
|
||||
"- glyph_normal_right: %6u\n"
|
||||
"- glyph_bold: %6u\n"
|
||||
"- glyph_bold_right: %6u\n"
|
||||
"- glyph_unique: %6u\n"
|
||||
"- glyph_dupe: %6u\n"
|
||||
"- mapping_total: %6u\n"
|
||||
"- mapping_normal: %6u\n"
|
||||
"- mapping_normal_folded: %6u\n"
|
||||
"- mapping_normal_right: %6u\n"
|
||||
"- mapping_normal_right_folded: %6u\n"
|
||||
"- mapping_bold: %6u\n"
|
||||
"- mapping_bold_folded: %6u\n"
|
||||
"- mapping_bold_right: %6u\n"
|
||||
"- mapping_bold_right_folded: %6u\n"
|
||||
"- mapping_unique: %6u\n"
|
||||
"- mapping_dupe: %6u\n",
|
||||
glyph_total,
|
||||
glyph_count[0],
|
||||
glyph_count[1],
|
||||
|
Loading…
x
Reference in New Issue
Block a user