FontMetrics

Overview

FontMetrics is a class in Aspose.Page FOSS for Python.

Properties: code_widths, units_per_em.

Properties

NameTypeAccessDescription
units_per_emintReadGets the units per em.
code_widthsdict[int, float]ReadGets the code widths.

See Also