RemoveScriptFont()

IFonts::RemoveScriptFont(System::String) method

Removes the font setting associated with a specific script tag from the theme’s font collection.

virtual void Aspose::Slides::IFonts::RemoveScriptFont(System::String script)=0

Arguments

ParameterTypeDescription
scriptSystem::StringThe BCP-47 script code whose font setting should be removed.

Remarks

This example demonstrates how to remove the font mapping for the Hebrew script:

presentation->get_MasterTheme()->get_FontScheme()->get_Major()->RemoveScriptFont(u"Hebr");

See Also