font_height property

font_height property

Returns or sets the font height of a portion. float.NaN means height is undefined and should be inherited from the Master. Read/write float.

Definition:

@property
def font_height(self):
    ...

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

See Also