font_size property

font_size property

The size (in points) of the font used in the WordArt.

Definition:

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

See Also