XmpFont constructor

__init__(self)

Initializes a new instance of the XmpFont class.


def __init__(self):
    ...

__init__(self, font_family)

Initializes a new instance of the XmpFont class.


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

See Also