advance_width property

advance_width property

Gets/sets glyph width taking into account kerns.

Definition:

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

See Also