font_transformations property

font_transformations property

The font transformations applied after document loading and font substitution are complete.

Note: Font transformations are applied after all font substitution steps are complete.

Transformations are processed in the order they appear in the list.

Use cases: Styling changes, branding requirements, accessibility improvements.

Definition:

@property
def font_transformations(self):
    ...
@font_transformations.setter
def font_transformations(self, value):
    ...

See Also