RenderingFont constructor
init
Initializes a new instance of the RenderingFont
def __init__(self, font_name, font_size):
...
Parameter | Type | Description |
---|---|---|
font_name | str | font name |
font_size | float | font size in points |
See Also
- module
aspose.cells.rendering
- class
RenderingFont