IFontData

Overview

IFontData is a interface in Aspose.Slides FOSS for .NET.

Represents a font definition.

This interface provides 1 method for working with IFontData objects in .NET programs. Available methods include: 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 (typeface).

Methods

SignatureDescription
GetFontName(theme: object?)Returns the font name, optionally resolving against a theme.

See Also