origin_x property

origin_x property

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

Definition:

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

See Also