Version 0 COLR table was supported in https://bugs.documentfoundation.org/show_bug.cgi?id=104403, version 1 is much more involved. https://learn.microsoft.com/en-us/typography/opentype/spec/colr#colr-formats
+1, going to be needed at some point
Bumping this issue because it's a function needed for certain typesettings
*** Bug 170590 has been marked as a duplicate of this bug. ***
*** Bug 171190 has been marked as a duplicate of this bug. ***
At its 43 release in Oct '25, Fedora moved its bundled Noto Color Emoji to the COLRv1 based fonts. Other distros seem to be moving toward use of COLRv1, replacing the CBDT/CBLC fonts at some point as well--so this could become more pressing.
that is the need for COLRv1/CPAL support
*** Bug 171836 has been marked as a duplicate of this bug. ***
HarfBuzz has a new harfbuzz-vector library, it supports drawing glyphs to SVG and PDF outputs, we can use it to generate PDFs for COLRv1 glyphs and embed them inside Type 3 fonts we already use for other color glyph formats.
(In reply to Khaled Hosny from comment #8) > HarfBuzz has a new harfbuzz-vector library, it supports drawing glyphs to > SVG and PDF outputs, we can use it to generate PDFs for COLRv1 glyphs and > embed them inside Type 3 fonts we already use for other color glyph formats. This library is still marked as experimental, though, with no stable API. We will have to wait a bit before being able to use it.
*** Bug 172306 has been marked as a duplicate of this bug. ***