robotools / extractor

Tools for extracting data from font binaries into UFO objects.
MIT License
51 stars 15 forks source link

Add COLR/CPAL support #41

Open ctrlcctrlv opened 3 years ago

ctrlcctrlv commented 3 years ago

This allows ufo-extractor to output UFO fonts which can be built as COLR/CPAL color fonts by fontmake, and also be understood as color UFO fonts by MFEKglif.

An example of this working is https://github.com/MFEK/TwemojiMozilla.ufo.

Based on my Twitter thread https://twitter.com/MFEKglif/status/1396819553041125378.

This patch was under the purview of the MFEK project because I needed a complicated example UFO font with many layers.

benkiel commented 2 years ago

Coming back to this; now that color has been more settled, should this PR be updated?