| |
- fontTools.ttLib.tables.DefaultTable.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(fontTools.ttLib.tables.DefaultTable.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 fontTools.ttLib.tables.DefaultTable.DefaultTable:
- __init__(self, tag)
- __repr__(self)
Data and other attributes inherited from fontTools.ttLib.tables.DefaultTable.DefaultTable:
- dependencies = []
| |