char_tm property

char_tm property

Returns or specifies current characters transform.

Definition:

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

See Also