GMAP: SING Glyphlet Summary table

The GMAP table is an Adobe Glyphlets table.

class fontTools.ttLib.tables.G_M_A_P_.GMAPRecord(uv=0, cid=0, gid=0, ggid=0, name='')[source]

Bases: object

toXML(writer, ttFont)[source]
fromXML(name, attrs, content, ttFont)[source]
compile(ttFont)[source]
class fontTools.ttLib.tables.G_M_A_P_.table_G_M_A_P_(tag=None)[source]

Bases: DefaultTable

Glyphlets GMAP table

The GMAP table is used by Adobe’s SING Glyphlets.

See also https://web.archive.org/web/20080627183635/http://www.adobe.com/devnet/opentype/gdk/topic.html

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