FontData

Overview

FontData is a class in Aspose.Slides FOSS for Python. Inherits from: IFontData.

Represents a font definition.

Properties

NameTypeAccessDescription
font_namestrReadReturns the font name.

Methods

SignatureDescription
__init__(font_name)
get_font_name(theme)strReturns the font name associated with the given theme

See Also