cvt: Control Value Table

The cvt table is an OpenType table.

class fontTools.ttLib.tables._c_v_t.table__c_v_t(tag=None)[source]

Bases: DefaultTable

Control Value Table

The Control Value Table holds a list of values that can be referenced by TrueType font instructions.

See also https://learn.microsoft.com/en-us/typography/opentype/spec/cvt

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