fontTools.ttLib.tables._n_a_m_e
index
/home/mcfletch/pylive/fontTools/ttLib/tables/_n_a_m_e.py

 
Modules
       
fontTools.ttLib.tables.DefaultTable
sstruct
string
struct
types

 
Classes
       
DefaultTable
table__n_a_m_e
NameRecord

 
class NameRecord
     Methods defined here:
__cmp__(self, other)
Compare method, so a list of NameRecords can be sorted
according to the spec by just sorting it...
__repr__(self)
fromXML(self, (name, attrs, content), ttFont)
toXML(self, writer, ttFont)

 
class table__n_a_m_e(DefaultTable)
     Methods defined here:
__cmp__(self, other)
compile(self, ttFont)
decompile(self, data, ttFont)
fromXML(self, (name, attrs, content), ttFont)
getName(self, nameID, platformID, platEncID, langID=None)
toXML(self, writer, ttFont)

Methods inherited from DefaultTable:
__init__(self, tag)
__repr__(self)

Data and other attributes inherited from DefaultTable:
dependencies = []

 
Data
        __file__ = '/home/mcfletch/pylive/fontTools/ttLib/tables/_n_a_m_e.pyc'
__name__ = 'fontTools.ttLib.tables._n_a_m_e'
__package__ = 'fontTools.ttLib.tables'
nameRecordFormat = '\n\t\t>\t# big endian\n\t\tplatformID:\tH\n\t\tplatEncID:\tH...angID:\t\tH\n\t\tnameID:\t\tH\n\t\tlength:\t\tH\n\t\toffset:\t\tH\n'
nameRecordSize = 12