IFontFallBackRule Interface |
Namespace: Aspose.Slides
The IFontFallBackRule type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of fonts actually defined for range.
|
![]() | Item |
Gets the font name at the specified index.
|
![]() | RangeEndIndex |
Get last index of continuous unicode range.
|
![]() | RangeStartIndex |
Get first index of continuous unicode range.
|
Name | Description | |
---|---|---|
![]() ![]() | AddFallBackFonts(String) |
Adds a new font(s) to the list of FallBack fonts.
|
![]() ![]() | AddFallBackFonts(String) |
Adds a new fonts to the list of FallBack fonts.
|
![]() | Clear |
Removes all fonts from the list.
|
![]() ![]() | IndexOf |
Returns an index of the specified rule in the collection.
|
![]() ![]() | Remove |
Removes the first occurrence of a specific FallBack font from the list.
|
![]() ![]() | RemoveAt |
Removes the FallBack font at the specified index of the list.
|
![]() ![]() | ToArray |
Creates and returns an array with all FallBack fonts for this rule.
|
![]() ![]() | ToArray(Int32, Int32) |
Creates and returns an array with all FallBack fonts from the specified range in list.
|