text_rendering_hint property

text_rendering_hint property

Sets or gets TextRenderingHint which influences text rendering quality. By default this property is SystemDefault.

Definition:

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

See Also