ttf2font: Add additional verbose info about source data

Emit the source information from the font, not just the computed one.

Used while investigating #1117

Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
This commit is contained in:
Christophe de Dinechin 2024-08-31 12:42:23 +02:00
parent f511df292e
commit ce05231377

View file

@ -518,6 +518,8 @@ void processFont(cstring fontName,
rowsAboveSave,
rowsGlyph,
rowsBelowSave);
printf(" advance:%ld hBearingX:%ld horiBearingY:%ld\n",
m->horiAdvance, m->horiBearingX, m->horiBearingY);
} // Verbose output
} // Loop on codes
} // Loop on ranges