FontSubstitutionInfo constructor

init

Creates an instance of FontSubstitutionInfo class.

def __init__(self, origin_font_name, subst_font_name):
    ...
ParameterTypeDescription
origin_font_namestrSource font name in presentation str
subst_font_namestrReplacement font name for the original font str

See Also