CBLC: Color Bitmap Location table
The CBLC table is an OpenType table.
This CBLC table converter module depends on the
BitmapGlyphMetrics module, which it shares with the EBDT,
EBLC, and CBDT converters.
- class fontTools.ttLib.tables.C_B_L_C_.table_C_B_L_C_(tag=None)[source]
Bases:
table_E_B_L_C_Color Bitmap Location table
The
CBLCtable contains the locations of color bitmaps for glyphs. It must be used in concert with theCBDTtable.It is backwards-compatible with the monochrome/grayscale
EBLCtable.See also https://learn.microsoft.com/en-us/typography/opentype/spec/cblc
- dependencies = ['CBDT']