style property

style property

Gets the style information for this Font.

Remarks

Default value is FontStyle.REGULAR (normal text).

Definition:

@property
def style(self):
    ...

See Also