XmpFont constructor

init

Initializes a new instance of the XmpFont class.

def __init__(self):
    ...

init

Initializes a new instance of the XmpFont class.

def __init__(self, font_family):
    ...
Parameter Type Description
font_family str Font family.

See Also