text_height property

text_height property

Gets or sets the height of the text.

Definition:

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

See Also