Searched refs:COLR (Results 1 – 13 of 13) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-color.cc | 205 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()
|
D | hb-ot-color-colr-table.hh | 90 struct COLR struct
|
D | hb-ot-face-table-list.hh | 124 HB_OT_TABLE (OT, COLR)
|
/external/fonttools/Doc/source/colorLib/ |
D | index.rst | 2 colorLib.builder: Build COLR/CPAL tables from scratch
|
/external/fonttools/Lib/fontTools/colorLib/ |
D | builder.py | 136 table: ot.COLR, argument 214 colr = ot.COLR()
|
/external/fonttools/Doc/source/ |
D | ttx.rst | 38 BASE, CBDT, CBLC, CFF, CFF2, COLR, CPAL, DSIG, Debg, EBDT, EBLC,
|
D | index.rst | 71 - :py:mod:`fontTools.colorLib`: Module for handling colors in CPAL/COLR fonts
|
/external/fonttools/Tests/colorLib/ |
D | builder_test.py | 1099 assert isinstance(colr.table, ot.COLR) 1363 assert isinstance(colr.table, ot.COLR) 1511 assert isinstance(colr.table, ot.COLR)
|
/external/freetype/ |
D | ChangeLog | 4256 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/ |
D | NEWS.rst | 52 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/ |
D | otTables.py | 1169 class COLR(BaseTable): class 1396 def traverse(self, colr: COLR, callback): argument
|
/external/harfbuzz_ng/ |
D | NEWS | 202 o COLR/CPAL API to fetch color layers.
|
/external/freetype/docs/ |
D | CHANGES | 162 COLR/CPAL data of OpenType fonts with color-layered glyphs.
|