auto_space_like_word95 property

CompatibilityOptions.auto_space_like_word95 property

Emulate Word 95 Full-Width Character Spacing.

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

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

See Also