Remove
FontFallBackRule.Remove method
Removes the first occurrence of a specific FallBack font from the list.
public void Remove(string fontName)
Parameter | Type | Description |
---|---|---|
fontName | String | The font’s name to remove from the list. |
Examples
[C#]
// Create a rule contains a list of fonts.
IFontFallBackRule newRule = new FontFallBackRule(0x3040, 0x309F, "MS Mincho, MS Gothic, Tahoma, Times New Roman");
// Remove Tahoma from the list.
newRule.Remove ("Tahoma");
See Also
- class FontFallBackRule
- namespace Aspose.Slides
- assembly Aspose.Slides