use_text_shaper property

use_text_shaper property

The property specifies whether to use a text shaper for better kerning display; default is False.

Definition:

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

See Also