create method

create

Instantiate new font substitution pair.

Returns

def create(self, original_font, substitute_with):
    ...
Parameter Type Description
original_font str Font from the source document.
substitute_with str Font which will be used to replace “originalFont.

See Also