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

 
Modules
       
fontTools.ttLib.tables.DefaultTable
numpy
sys
fontTools.ttLib

 
Classes
       
DefaultTable
table__h_m_t_x

 
class table__h_m_t_x(DefaultTable)
     Methods defined here:
__getitem__(self, glyphName)
__setitem__(self, glyphName, (advance, sb))
compile(self, ttFont)
decompile(self, data, ttFont)
fromXML(self, (name, attrs, content), ttFont)
toXML(self, writer, ttFont)

Data and other attributes defined here:
advanceName = 'width'
headerTag = 'hhea'
numberOfMetricsName = 'numberOfHMetrics'
sideBearingName = 'lsb'

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

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

 
Data
        __file__ = '/home/mcfletch/pylive/fontTools/ttLib/tables/_h_m_t_x.pyc'
__name__ = 'fontTools.ttLib.tables._h_m_t_x'
__package__ = 'fontTools.ttLib.tables'