FontRegistry

Overview

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

Singleton registry for resolving well-known font names.

This class provides 1 method for working with FontRegistry objects in Python programs. Available methods include: search_font_by_name. All public members are accessible to any Python application after installing the Aspose.PDF FOSS for Python package.

Methods

SignatureDescription
search_font_by_name(font_name: str)FontDescriptor | NoneCalls search_font_by_name(font_name) on this FontRegistry instance.

See Also