is_sideways property

is_sideways property

Returns/sets the value indicating that a glyph is turned on its side, with the origin being defined as the top center of the unturned glyph.

Definition:

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

See Also