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