freetypy.SfntName

class freetypy.SfntName

An SFNT ‘name’ table entry.

__init__()

x.__init__(...) initializes x; see help(type(x)) for signature

Attributes

encoding_id The encoding ID.
language_id The language ID.
name_id The type of value stored in string.
platform_id The platform ID.
string The value of the SfntName entry.
string_bytes The raw undecoded bytes of the value of the SfntName entry.