CPAL
: Color Palette table
The CPAL
table is an OpenType table.
- class fontTools.ttLib.tables.C_P_A_L_.table_C_P_A_L_(tag=None)[source]
Bases:
DefaultTable
Color Palette table
The
CPAL
table contains a set of one or more color palettes. The color records in each palette can be referenced by theCOLR
table to specify the colors used in a color glyph.See also https://learn.microsoft.com/en-us/typography/opentype/spec/cpal
- NO_NAME_ID = 65535
- DEFAULT_PALETTE_TYPE = 0
- prune_post_subset(font, options)