add_fall_back_fonts method
add_fall_back_fonts
Adds a new font(s) to the list of FallBack fonts.
def add_fall_back_fonts(self, font_name):
...
Parameter | Type | Description |
---|---|---|
font_name | str | Font’s name or names (delimited by comma) for FallBack |
add_fall_back_fonts
Adds a new fonts to the list of FallBack fonts.
def add_fall_back_fonts(self, font_names):
...
Parameter | Type | Description |
---|---|---|
font_names | List[str] | Font’s name or names (delimited by comma) for FallBack |
See Also
- class
IFontFallBackRule
- module
aspose.slides
- library
Aspose.Slides