advance property

Glyph.advance property

Advance width indicating placement for the subsequent glyph.

@property
def advance(self) -> int:
    ...

@advance.setter
def advance(self, value: int):
    ...

See Also