FontFallBackRule constructor
init
Creates new instance.
def __init__(self, start_index, end_index, font_names):
...
Parameter | Type | Description |
---|---|---|
start_index | int | Start index of unicode range |
end_index | int | End index of unicode range |
font_names | str | Font’s name or names (delimited by comma) for FallBack |
init
Creates new instance.
def __init__(self, start_index, end_index, font_names):
...
Parameter | Type | Description |
---|---|---|
start_index | int | Start index of unicode range |
end_index | int | End index of unicode range |
font_names | List[str] | Font’s name or names (delimited by comma) for FallBack |
See Also
- class
FontFallBackRule
- module
aspose.slides
- library
Aspose.Slides