Home
last modified time | relevance | path

Searched refs:COLR (Results 1 – 13 of 13) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-color.cc205 return face->table.COLR->has_data (); in hb_ot_color_has_layers()
231 return face->table.COLR->get_glyph_layers (glyph, start_offset, layer_count, layers); in hb_ot_color_glyph_get_layers()
Dhb-ot-color-colr-table.hh90 struct COLR struct
Dhb-ot-face-table-list.hh124 HB_OT_TABLE (OT, COLR)
/external/fonttools/Doc/source/colorLib/
Dindex.rst2 colorLib.builder: Build COLR/CPAL tables from scratch
/external/fonttools/Lib/fontTools/colorLib/
Dbuilder.py136 table: ot.COLR, argument
214 colr = ot.COLR()
/external/fonttools/Doc/source/
Dttx.rst38 BASE, CBDT, CBLC, CFF, CFF2, COLR, CPAL, DSIG, Debg, EBDT, EBLC,
Dindex.rst71 - :py:mod:`fontTools.colorLib`: Module for handling colors in CPAL/COLR fonts
/external/fonttools/Tests/colorLib/
Dbuilder_test.py1099 assert isinstance(colr.table, ot.COLR)
1363 assert isinstance(colr.table, ot.COLR)
1511 assert isinstance(colr.table, ot.COLR)
/external/freetype/
DChangeLog4256 Doh. Don't use CPAL or COLR data if tables are missing.
4347 This avoids any additional allocation of COLR related structures in
4374 Provide iterative API to access `COLR' data.
4423 [sfnt] Separate `CPAL' and `COLR' table handling.
4426 (but not `COLR').
4460 Finish CPAL/COLR support (4/4).
4469 Finish CPAL/COLR support (3/4).
4477 Finish CPAL/COLR support (2/4).
4495 Finish CPAL/COLR support (1/4).
4795 Add function `FT_Get_GlyphLayers' to access `COLR' table data.
[all …]
/external/fonttools/
DNEWS.rst52 and thus was breaking lazy load of COLR table which relies on magic ``__getattr__``
57 - [subset] Added support for subsetting COLR v1 and CPAL tables (#2174, #2177).
122 - [colorLib] Fixed regression in 4.17.0 when building COLR v0 table; when color
129 - [colorLib/otData] Updated to latest draft ``COLR`` v1 spec (#2092).
235 - [ttLib] Set version of COLR table when decompiling COLRv1 (commit 9d8a7e2).
326 - [colorLib] Added experimental support for building ``COLR`` v1 tables as per
328 draft proposal. **NOTE**: both the API and the XML dump of ``COLR`` v1 are
1701 - [subset] Support subsetting 'COLR'/'CPAL' and 'CBDT'/'CBLC' color
1741 - Add support for Microsoft COLR/CPAL layered color glyphs
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py1169 class COLR(BaseTable): class
1396 def traverse(self, colr: COLR, callback): argument
/external/harfbuzz_ng/
DNEWS202 o COLR/CPAL API to fetch color layers.
/external/freetype/docs/
DCHANGES162 COLR/CPAL data of OpenType fonts with color-layered glyphs.