FontDataGetFontName Method

Returns the font name, replacing theme referrence with an actual font used.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public string GetFontName(
	IThemeEffectiveData theme
)

Parameters

theme
Type: Aspose.Slides.ThemeIThemeEffectiveData
Theme from which themed font name should be taken. Its up to caller to provide a correct value. See CreateThemeEffective

Return Value

Type: String
Font name.

Implements

IFontDataGetFontName(IThemeEffectiveData)
See Also