Font constructor

init

Initializes a new instance of the Font class.

def __init__(self):
    ...

init

Initializes a new instance of the Font class.

def __init__(self, font_family):
    ...
ParameterTypeDescription
font_familystrFont family.

See Also