__init__ constructor

On this page

init

Initializes a new FontSubstitutionContext.

def __init__(self, source_file_name, original_font_name, substitute_font_name, reason):
    ...
Parameter Type Description
source_file_name str
original_font_name str
substitute_font_name str
reason str

See Also

On this page