SimpleFontMetric

SimpleFontMetric

Overview

SimpleFontMetric is a class in Aspose.PDF FOSS for Python.

Advance metrics for a single-byte simple font, in 1000-unit glyph space.

Properties: ascent, descent, width_of.

Properties

NameTypeAccessDescription
width_ofCallable[[int], float]ReadGets the width of.
ascentfloatReadGets the ascent.
descentfloatReadGets the descent.

See Also