| |
- fontTools.ttLib.tables.DefaultTable.DefaultTable
-
- table__k_e_r_n
- KernTable_format_0
- KernTable_format_2
- KernTable_format_unkown
class KernTable_format_0 |
| |
Methods defined here:
- __cmp__(self, other)
- __delitem__(self, pair)
- __getitem__(self, pair)
- __setitem__(self, pair, value)
- compile(self, ttFont)
- decompile(self, data, ttFont)
- fromXML(self, (name, attrs, content), ttFont)
- toXML(self, writer, ttFont)
|
class KernTable_format_unkown |
| |
Methods defined here:
- __init__(self, format)
- compile(self, ttFont)
- decompile(self, data, ttFont)
- fromXML(self, (name, attrs, content), ttFont)
- toXML(self, writer, ttFont)
|
class table__k_e_r_n(fontTools.ttLib.tables.DefaultTable.DefaultTable) |
| |
Methods defined here:
- compile(self, ttFont)
- decompile(self, data, ttFont)
- fromXML(self, (name, attrs, content), ttFont)
- getkern(self, format)
- toXML(self, writer, ttFont)
Methods inherited from fontTools.ttLib.tables.DefaultTable.DefaultTable:
- __cmp__(self, other)
- __init__(self, tag)
- __repr__(self)
Data and other attributes inherited from fontTools.ttLib.tables.DefaultTable.DefaultTable:
- dependencies = []
| |