style_flags property

style_flags property

Gets and sets flags of applying font settings.

Definition:

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

See Also