LTSH: Linear Threshold table

The LTSH table is an OpenType table.

class fontTools.ttLib.tables.L_T_S_H_.table_L_T_S_H_(tag=None)[source]

Bases: DefaultTable

Linear Threshold table

The LTSH table contains per-glyph settings indicating the ppem sizes at which the advance width metric should be scaled linearly, despite the effects of any TrueType instructions that might otherwise alter the advance width.

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

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