LoadedFont

Overview

LoadedFont is a class in Aspose.Font FOSS for Python.

Friendly loader result that wraps a font plus source metadata.

This class provides 1 method for working with LoadedFont objects in Python programs. Available methods include: unwrap. All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package. Properties: detected_font_type, font, is_static, is_variable, requested_font_type, source.

Properties

NameTypeAccessDescription
is_variableboolReadGets the is variable.
is_staticboolReadGets the is static.
fontFontReadGets the font.
sourceFontSourceInfoReadGets the source.
detected_font_typeFontTypeReadGets the detected font type.
requested_font_typeFontType | NoneReadGets the requested font type.

Methods

SignatureDescription
unwrap()FontReturns the underlying Font object

See Also