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
| Name | Type | Access | Description |
|---|---|---|---|
FontName | string | Read | Gets the font name (typeface). |
Methods
| Signature | Description |
|---|---|
GetFontName(theme: object?) | Returns the font name, optionally resolving against a theme. |