fontTools.ttLib.tables._k_e_r_n
index
/code/fontTools/Lib/fontTools/ttLib/tables/_k_e_r_n.py

 
Modules
       
fontTools.ttLib.tables.DefaultTable
fontTools.ttLib.sfnt
struct

 
Classes
       
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_2
     Methods defined here:
compile(self, ttFont)
decompile(self, data, ttFont)
fromXML(self, (name, attrs, content), ttFont)
toXML(self, writer)

 
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 = []

 
Data
        kern_classes = {0: <class fontTools.ttLib.tables._k_e_r_n.KernTable_format_0 at 0x1672480>, 2: <class fontTools.ttLib.tables._k_e_r_n.KernTable_format_2 at 0x1672510>}