normalise_height property

normalise_height property

Determines whether the height of a text should be normalized. No inheritance applied. Read/write NullableBool.

Definition:

@property
def normalise_height(self):
    ...

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

See Also