VORG
: Vertical Origin Table
- class fontTools.ttLib.tables.V_O_R_G_.table_V_O_R_G_(tag=None)[source]
Bases:
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.- dependencies = []
- merge(m, tables)
- subset_glyphs(s)