ResolvedFace
Overview
ResolvedFace is a class in Aspose.PDF FOSS for Python.
A font program picked for a non-embedded PDF font.
Properties: data, is_cff, name, variation.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
data | bytes | Read | Gets the data. |
name | str | Read | Gets the name. |
is_cff | bool | Read | Gets the is cff. |
variation | dict[str, float] | None | Read | Gets the variation. |