VORG: Vertical Origin Table

class fontTools.ttLib.tables.V_O_R_G_.VOriginRecord(name=None, vOrigin=None)[source]
fromXML(name, attrs, content, ttFont)[source]
toXML(writer, ttFont)[source]
class fontTools.ttLib.tables.V_O_R_G_.table_V_O_R_G_(tag=None)[source]

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.

compile(ttFont)[source]
decompile(data, ttFont)[source]
dependencies = []
fromXML(name, attrs, content, ttFont)[source]
merge(m, tables)
subset_glyphs(s)
toXML(writer, ttFont)[source]