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
| Name | Type | Access | Description |
|---|---|---|---|
is_variable | bool | Read | Gets the is variable. |
is_static | bool | Read | Gets the is static. |
font | Font | Read | Gets the font. |
source | FontSourceInfo | Read | Gets the source. |
detected_font_type | FontType | Read | Gets the detected font type. |
requested_font_type | FontType | None | Read | Gets the requested font type. |
Methods
| Signature | Description |
|---|---|
unwrap() → Font | Returns the underlying Font object |