| |
- Method resolution order:
- table__v_m_t_x
- fontTools.ttLib.tables._h_m_t_x.table__h_m_t_x
- fontTools.ttLib.tables.DefaultTable.DefaultTable
Data and other attributes defined here:
- advanceName = 'height'
- headerTag = 'vhea'
- numberOfMetricsName = 'numberOfVMetrics'
- sideBearingName = 'tsb'
Methods inherited from fontTools.ttLib.tables._h_m_t_x.table__h_m_t_x:
- __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)
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 = []
|