vtfontcvt: include width and height in verbose info

PR:		205707
Submitted by:	Dmitry Wagin
This commit is contained in:
Ed Maste 2019-06-04 18:55:02 +00:00
parent 2810d2385c
commit 4c42647e13
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=348662

View File

@ -520,6 +520,8 @@ print_font_info(void)
{
printf(
"Statistics:\n"
"- width: %6u\n"
"- height: %6u\n"
"- glyph_total: %6u\n"
"- glyph_normal: %6u\n"
"- glyph_normal_right: %6u\n"
@ -538,6 +540,7 @@ print_font_info(void)
"- mapping_bold_right_folded: %6u\n"
"- mapping_unique: %6u\n"
"- mapping_dupe: %6u\n",
width, height,
glyph_total,
glyph_count[0],
glyph_count[1],