IFontData

Overview

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

Represents a font definition.

This interface provides 2 methods for working with IFontData objects in Java programs. Available methods include: getFontName. All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package. Properties: fontName.

Properties

NameTypeAccessDescription
fontNameStringReadReturns the font name.

Methods

SignatureDescription
getFontName()StringReturns the font name.
getFontName(theme: Object)StringReturns the font name, resolved against the given theme.

See Also