create method
create
Instantiate new font substitution pair.
Returns
def create(self, original_font, substitute_with):
...
| Parameter | Type | Description |
|---|---|---|
| original_font | System.String | Font from the source document. |
| substitute_with | System.String | Font which will be used to replace “originalFont. |
See Also
- module
groupdocs.conversion.contracts - class
FontSubstitute