Method summary
- __cmp__(self, other)
- __repr__(self)
- fixLongs(self)
- fromXML(self, (name, attrs, content), ttFont)
- toXML(self, writer, ttFont)
Methods
- __cmp__(self, other)
Compare method, so a list of NameRecords can be sorted according to the spec by just sorting it...
- __repr__(self)
- fixLongs(self)
correct effects from bug in Python 1.5.1, where "H" returns a Python Long int. This has been fixed in Python 1.5.2.
- fromXML(self, (name, attrs, content), ttFont)
- toXML(self, writer, ttFont)