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
| Name | Type | Access | Description |
|---|---|---|---|
width_of | Callable[[int], float] | Read | Gets the width of. |
ascent | float | Read | Gets the ascent. |
descent | float | Read | Gets the descent. |