character_spacing property

character_spacing property

Sets or gets character spacing.

Definition:

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

See Also