[qu2cu.cli] Actually dump stats in --verbose

This commit is contained in:
Behdad Esfahbod 2023-02-22 09:02:15 -07:00
parent dabd07e3cc
commit 84ba7f9618

View File

@ -31,6 +31,9 @@ def _font_to_cubic(input_path, output_path=None, **kwargs):
glyph.draw(pen)
glyf[glyphName] = ttpen.glyph(preserveTopology=False)
if kwargs["dump_stats"]:
logger.info("Stats: %s", qu2cu_kwargs["stats"])
logger.info("Saving %s", output_path)
font.save(output_path)