GetFontName()

IFontData::GetFontName(System::SharedPtr<Theme::IThemeEffectiveData>) method

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

virtual System::String Aspose::Slides::IFontData::GetFontName(System::SharedPtr<Theme::IThemeEffectiveData> theme)=0

Arguments

ParameterTypeDescription
themeSystem::SharedPtr<Theme::IThemeEffectiveData>Theme from which themed font name should be taken. Its up to caller to provide a correct value.

Return Value

Font name.

See Also