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)
Syntaxpublic string GetFontName(
IThemeEffectiveData theme
)
Public Function GetFontName (
theme As IThemeEffectiveData
) As String
public:
virtual String^ GetFontName(
IThemeEffectiveData^ theme
) sealed
abstract GetFontName :
theme : IThemeEffectiveData -> string
override 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. See CreateThemeEffective
Return Value
Type:
StringFont name.
Implements
IFontDataGetFontName(IThemeEffectiveData)
See Also