disable_open_type_font_formatting_features property

CompatibilityOptions.disable_open_type_font_formatting_features property

Specifies to disable OpenType font formatting features.

@property
def disable_open_type_font_formatting_features(self) -> bool:
    ...

@disable_open_type_font_formatting_features.setter
def disable_open_type_font_formatting_features(self, value: bool):
    ...

See Also