mirror of
https://github.com/googlefonts/noto-emoji.git
synced 2026-08-14 05:21:45 +00:00
- Remove PUA character for 'unknown flag' from cmap. Unfortunately, the contorted build process means we can't do this where we do our other cmap munging-- font.getGlyphID dies in emoji_builder if we remove it from the cmap in add_glyphs.py. So we remove it at the end of emoji_builder. - Forgot to remap one territory flag, missed it in the spreadsheet. Also corrected a typo where I remapped the same flag twice. Sorted the flags in key alpha order. |
||
|---|---|---|
| .. | ||
| add_glyphs.py | ||
| emoji_builder.py | ||
| LICENSE | ||
| png.py | ||
| README | ||
| README.third_party | ||
This project consists of the following bits and pieces:
* A proposed specification to add support for embedded color image
glyphs in OpenType fonts,
* A tool called emoji_builder.py, to embed a set of PNG images into
an existing font,
* Two sets of sample PNG images for ASCII characters and sample
scripts to build them into test fonts: FruityGirl and Funkster.
* Scripts to build a real color emoji font out of the Open Source
PhantomOpenEmoji images.