FontData constructor

init(self, font_name)

Creates a new FontData object with the specified font name.

def __init__(self, font_name):
    ...
ParameterTypeDescription
font_namestrFont name.

See Also