natural_width property

natural_width property

Gets/sets glyph width defined by font.

Definition:

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

See Also