FontData

Overview

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

Represents a font definition with a typeface name.

This class provides 2 methods for working with FontData objects in .NET programs. Available methods include: FontData, GetFontName. All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package. Properties: FontName.

Properties

NameTypeAccessDescription
FontNamestringReadGets the font name.

Methods

SignatureDescription
FontData(fontName: string)Initializes a new instance of FontData with the specified typeface name.
GetFontName(theme: object?)Returns the font name, optionally resolving against a theme.

See Also