RemoveAt
IFontFallBackRule.RemoveAt method
Removes the FallBack font at the specified index of the list.
public void RemoveAt(int index)
Parameter | Type | Description |
---|---|---|
index | Int32 | The zero-based index of the font to remove. |
Examples
[C#]
// Create a rule contains a list of fonts.
IFontFallBackRule newRule = new FontFallBackRule(0x3040, 0x309F, "MS Mincho, MS Gothic, Tahoma, Times New Roman");
//Removing of Tahoma from list
newRule.Remove (2);
See Also
- interface IFontFallBackRule
- namespace Aspose.Slides
- assembly Aspose.Slides