Feat: Graphite Feature table

The Feat table is a Graphite table.

class fontTools.ttLib.tables.F__e_a_t.table_F__e_a_t(tag=None)[source]

Bases: DefaultTable

Feature table

The Feat table is used exclusively by the Graphite shaping engine to store features and possible settings specified in GDL. Graphite features determine what rules are applied to transform a glyph stream.

Not to be confused with feat, or the OpenType Layout tables GSUB/GPOS.

See also https://graphite.sil.org/graphite_techAbout#graphite-font-tables

decompile(data, ttFont)[source]
compile(ttFont)[source]
toXML(writer, ttFont)[source]
fromXML(name, attrs, content, ttFont)[source]
class fontTools.ttLib.tables.F__e_a_t.Feature[source]

Bases: object