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
Parameter | Type | Description |
---|---|---|
script | System::String | The 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
- Class String
- Class IFonts
- Namespace Aspose::Slides
- Library Aspose.Slides