unicode_string property

unicode_string property

Returns/sets the string of text rendered by the Glyphs element. The text is specified as Unicode code points.

Definition:

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

See Also