FontData

Overview

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

Represents a font definition with a typeface name.

Properties

NameTypeAccessDescription
FontNamestringReadGets or sets the typeface name of the font

Methods

SignatureDescription
FontData(fontName: string)The font typeface name.
GetFontName(theme: object?)The font name.

See Also