create method
create
Creates a font transformation with exact font matching (size and style must match).
def create(cls, original_font, replacement_font):
...
| Parameter | Type | Description |
|---|---|---|
| original_font | Font |
Font specification to transform. |
| replacement_font | Font |
Font specification to transform to. |
See Also
- class
FontTransformation