loca: Index to Location table
The loca table is an OpenType table.
- class fontTools.ttLib.tables._l_o_c_a.table__l_o_c_a(tag=None)[source]
Bases:
DefaultTableIndex to Location table
The
locatable stores the offsets in theglyftable that correspond to the descriptions of each glyph. The glyphs are references by Glyph ID.See also https://learn.microsoft.com/en-us/typography/opentype/spec/loca
- dependencies = ['glyf']
- mergeMap = {'*': <function recalculate>, 'tableTag': <function equal>}