disable_font_ligatures property

disable_font_ligatures property

Gets or sets a value indicating whether text is rendered without using ligatures. When set to true, ligatures will be disabled in the rendered output. By default, this property is set to false.

Definition:

@property
def disable_font_ligatures(self):
    ...

@disable_font_ligatures.setter
def disable_font_ligatures(self, value):
    ...

See Also