FontData constructor

init

Creates a new FontData object with the specified font name.

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

See Also