SystemFontSource

SystemFontSource

Overview

SystemFontSource is a class in Aspose.PDF FOSS for Python. Inherits from: FontSource.

Collect fonts from common system font directories.

This class provides 2 methods for working with SystemFontSource objects in Python programs. Available methods include: __init__, get_font_definitions. All public members are accessible to any Python application after installing the Aspose.PDF FOSS for Python package. Properties: priority.

Properties

NameTypeAccessDescription
priority``ReadGets the priority.

Methods

SignatureDescription
__init__(priority: int)Calls init(priority) on this SystemFontSource instance.
get_font_definitions()list[FontDescriptor]Returns the font definitions.

See Also