IFontData

Overview

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

Represents a font definition.

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