Feat: Graphite Feature Table

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

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.

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