COLR
: Color Table
- class fontTools.ttLib.tables.C_O_L_R_.table_C_O_L_R_(tag=None)[source]
Bases:
DefaultTable
This table is structured so that you can treat it like a dictionary keyed by glyph name.
ttFont['COLR'][<glyphName>]
will return the color layers for any glyph.ttFont['COLR'][<glyphName>] = <value>
will set the color layers for any glyph.- closure_glyphs(s)
- subset_glyphs(s)