| |
- fontTools.ttLib.tables.DefaultTable.DefaultTable
-
- table_V_O_R_G_
- VOriginRecord
class table_V_O_R_G_(fontTools.ttLib.tables.DefaultTable.DefaultTable) |
|
This table is structured so that you can treat it like a dictionary keyed by glyph name.
ttFont['VORG'][<glyphName>] will return the vertical origin for any glyph
ttFont['VORG'][<glyphName>] = <value> will set the vertical origin for any glyph. |
|
Methods defined here:
- __getitem__(self, name)
- __setitem__(self, name, value)
- 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 = []
| |