FontFallBackRule class
Contents
[
Hide
]FontFallBackRule class
Represents font fallback rule
The FontFallBackRule type exposes the following members:
Constructors
Constructor | Description |
---|---|
__init__ | Creates new instance. |
__init__ | Creates new instance. |
Properties
Property | Description |
---|---|
range_start_index | Get first index of continuous unicode range. |
range_end_index | Get last index of continuous unicode range. |
count | Gets the number of fonts actually defined for range. Read-only int. |
Gets the font name at the specified index.
Read-only IFontFallBackRule
.
Indexer
Name | Description |
---|---|
[index] |
Methods
Method | Description |
---|---|
add_fall_back_fonts | Adds a new font(s) to the list of FallBack fonts. |
add_fall_back_fonts | Adds a new fonts to the list of FallBack fonts. |
to_array | Creates and returns an array with all FallBack fonts for this rule. |
to_array | Creates and returns an array with all FallBack fonts from the specified range in list. |
clear | Removes all fonts from the list. |
remove | Removes the first occurrence of a specific FallBack font from the list. |
remove_at | Removes the FallBack font at the specified index of the list. |
index_of | Returns an index of the specified rule in the collection. |
See Also
- class
IFontFallBackRule
- module
aspose.slides
- library
Aspose.Slides