font_align_type property

font_align_type property

Determines where vertically on a line of text the actual words are positioned. This deals with vertical placement of the characters with respect to the baselines.

Definition:

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

See Also