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

 
Modules
       
fontTools.ttLib.tables.DefaultTable
Numeric
fontTools.ttLib

 
Classes
       
fontTools.ttLib.tables.DefaultTable.DefaultTable
table__h_m_t_x

 
class table__h_m_t_x(fontTools.ttLib.tables.DefaultTable.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 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 = []