apply_breaking_rules property

CompatibilityOptions.apply_breaking_rules property

Use Legacy Ethiopic and Amharic Line Breaking Rules.

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

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

See Also