VORG
: Vertical Origin table
The VORG
table is an OpenType 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.- subset_glyphs(s)