COLR
: Color Table¶
-
class
fontTools.ttLib.tables.C_O_L_R_.
table_C_O_L_R_
(tag=None)[source]¶ 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)¶
-
dependencies
= []¶
-
merge
(m, tables)¶
-
subset_glyphs
(s)¶
-