freetypy.SfntName¶
-
class
freetypy.SfntName¶ An SFNT ‘name’ table entry.
-
__init__()¶ x.__init__(...) initializes x; see help(type(x)) for signature
Attributes
encoding_idThe encoding ID. language_idThe language ID. name_idThe type of value stored in string.platform_idThe platform ID. stringThe value of the SfntNameentry.string_bytesThe raw undecoded bytes of the value of the SfntNameentry.-