IFontDataGetFontName Method |
Returns the font name, replacing theme referrence with an actual font used.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
Syntaxstring GetFontName(
IThemeEffectiveData theme
)
Function GetFontName (
theme As IThemeEffectiveData
) As String
String^ GetFontName(
IThemeEffectiveData^ theme
)
abstract GetFontName :
theme : IThemeEffectiveData -> string
Parameters
- theme
- Type: Aspose.Slides.ThemeIThemeEffectiveData
Theme from which themed font name should be taken. Its up to caller to provide a correct value.
Return Value
Type:
StringFont name.
See Also