2013-09-19 20:02:17 -04:00
|
|
|
# Copyright 2013 Google, Inc. All Rights Reserved.
|
|
|
|
#
|
|
|
|
# Google Author(s): Matt Fontaine
|
2013-08-19 14:13:20 -04:00
|
|
|
|
2013-11-27 02:34:11 -05:00
|
|
|
from . import E_B_L_C_
|
2013-08-19 14:13:20 -04:00
|
|
|
|
2022-12-13 11:26:36 +00:00
|
|
|
|
2013-08-19 14:13:20 -04:00
|
|
|
class table_C_B_L_C_(E_B_L_C_.table_E_B_L_C_):
|
2024-12-04 15:58:46 +00:00
|
|
|
"""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
|
|
|
|
"""
|
|
|
|
|
2013-08-19 14:13:20 -04:00
|
|
|
dependencies = ["CBDT"]
|