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 CBLC table contains the locations of color bitmaps for glyphs. It must be used in concert with the CBDT table.

It is backwards-compatible with the monochrome/grayscale EBLC table.

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

dependencies = ['CBDT']