meta: Metadata table

The meta table is an OpenType table.

class fontTools.ttLib.tables._m_e_t_a.table__m_e_t_a(tag=None)[source]

Bases: DefaultTable

Metadata table

The meta table contains various metadata values for the font. Each category of metadata in the table is identified by a four-character tag.

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

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