font_transformations property

font_transformations property

The font transformations applied after document loading and font substitution.

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

Use this for styling, branding, or accessibility font changes.

Definition:

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

See Also