GetFontName()

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

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

System::String Aspose::Slides::FontData::GetFontName(System::SharedPtr<Theme::IThemeEffectiveData> theme) override

Arguments

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

Return Value

Font name.

See Also