origin_y property

origin_y property

Returns/sets the y coordinate of the first glyph in the run, in units of the effective coordinate space.

Definition:

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

See Also