gasp: Grid-fitting and Scan-conversion Procedure table

The gasp table is an OpenType table.

class fontTools.ttLib.tables._g_a_s_p.table__g_a_s_p(tag=None)[source]

Bases: DefaultTable

Grid-fitting and Scan-conversion Procedure table

The gasp table defines the preferred rasterization settings for the font when rendered on monochrome and greyscale output devices.

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

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