yeslogic / allsorts

Font parser, shaping engine, and subsetter implemented in Rust
https://yeslogic.com/blog/allsorts-rust-font-shaping-engine/
Apache License 2.0
721 stars 21 forks source link

Monochrome emoji support #13

Closed wezm closed 4 years ago

wezm commented 4 years ago

This would implement support for shaping of emoji for fonts with monochrome glyphs without parsing the tables described in #14.

Test font

This font has good Unicode 12 coverage and has regular outlines as well as colour (SVG) glyphs.

https://github.com/eosrei/twemoji-color-font/releases/download/v12.0.1/TwitterColorEmoji-SVGinOT-12.0.1.zip

wezm commented 4 years ago

This already working. Tests added in 783c768.