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

NameTypeAccessDescription
latin_fontIFontDataRead/WriteReturns or sets the Latin font.
east_asian_fontIFontDataRead/WriteReturns or sets the East Asian font.
complex_script_fontIFontDataRead/WriteReturns or sets the complex script font.

Methods

SignatureDescription
latin_font()IFontDataReturns or sets the Latin font.
east_asian_font()IFontDataReturns or sets the East Asian font.
complex_script_font()IFontDataReturns or sets the complex script font.

See Also