Fonts
Overview
Fonts is a class in Aspose.Slides FOSS for Python.
Inherits from: IFonts.
Fonts collection.
This class provides 3 methods for working with Fonts objects in Python programs.
Available methods include: complex_script_font, east_asian_font, latin_font.
All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package.
Properties: complex_script_font, east_asian_font, latin_font.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
latin_font | IFontData | Read/Write | Returns or sets the Latin font. |
east_asian_font | IFontData | Read/Write | Returns or sets the East Asian font. |
complex_script_font | IFontData | Read/Write | Returns or sets the complex script font. |
Methods
| Signature | Description |
|---|---|
latin_font() → IFontData | Returns or sets the Latin font. |
east_asian_font() → IFontData | Returns or sets the East Asian font. |
complex_script_font() → IFontData | Returns or sets the complex script font. |