Font constructor
init
creates new Font instance
def __init__(self, font_family_name, size):
...
Parameter | Type | Description |
---|---|---|
font_family_name | str | Font name |
size | float | Font size |
See Also
- module
groupdocs.conversion.options.convert
- class
Font