font_height property

font_height property

Definition:

@property
def font_height(self):
    ...

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

See Also