fvar: Font Variations table

The fvar table is an OpenType table.

class fontTools.ttLib.tables._f_v_a_r.table__f_v_a_r(tag=None)[source]

Bases: DefaultTable

FonT Variations table

The fvar table contains records of the variation axes and of the named instances in a variable font.

See also https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6fvar.html

dependencies = ['name']
compile(ttFont)[source]
decompile(data, ttFont)[source]
toXML(writer, ttFont)[source]
fromXML(name, attrs, content, ttFont)[source]
getAxes()[source]
class fontTools.ttLib.tables._f_v_a_r.Axis[source]

Bases: object

compile()[source]
decompile(data)[source]
toXML(writer, ttFont)[source]
fromXML(name, _attrs, content, ttFont)[source]
class fontTools.ttLib.tables._f_v_a_r.NamedInstance[source]

Bases: object

compile(axisTags, includePostScriptName)[source]
decompile(data, axisTags)[source]
toXML(writer, ttFont)[source]
fromXML(name, attrs, content, ttFont)[source]