FontCache
Overview
FontCache is a class in Aspose.Page FOSS for Python.
This class provides 4 methods for working with FontCache objects in Python programs.
Available methods include: __init__, find_font, load, metrics_for.
All public members are accessible to any Python application after installing the Aspose.Page FOSS for Python package.
Methods
| Signature | Description |
|---|---|
__init__() | |
load(additional_fonts_folder: str | None) | |
find_font(font_name: str, font_style: str | None) → FontRecord | None | |
metrics_for(path: Path) → FontMetrics |