fpgm: Font Program table
The fpgm table is an OpenType table.
- class fontTools.ttLib.tables._f_p_g_m.table__f_p_g_m(tag=None)[source]
Bases:
DefaultTableFont Program table
The
fpgmtable typically contains function defintions that are used by font instructions. This Font Program is similar to the Control Value Program that is stored in thepreptable, but thefpgmtable is only executed one time, when the font is first used.See also https://learn.microsoft.com/en-us/typography/opentype/spec/fpgm
- mergeMap(lst)