Fixes skin tones of male light/medium light cooks.
Merge pull request #132 from dougfelt/master

Update Noto Color Emoji font to 1.39.
tree: c25832a98791898156cd8e449d93942e655c89bf
  1. fonts/
  2. images/
  3. png/
  4. svg/
  5. third_party/
  6. add_aliases.py
  7. add_emoji_gsub.py
  8. add_glyphs.py
  9. add_svg_glyphs.py
  10. AUTHORS
  11. check_emoji_sequences.py
  12. collect_emoji_svg.py
  13. CONTRIBUTING.md
  14. CONTRIBUTORS
  15. emoji_aliases.txt
  16. emoji_annotations.txt
  17. flag_glyph_name.py
  18. flag_info.py
  19. gen_version.py
  20. generate_emoji_html.py
  21. generate_emoji_name_data.py
  22. generate_emoji_placeholders.py
  23. generate_emoji_thumbnails.py
  24. generate_test_html.py
  25. LICENSE
  26. Makefile
  27. map_pua_emoji.py
  28. materialize_emoji_images.py
  29. NotoColorEmoji.tmpl.ttx.tmpl
  30. NotoColorEmojiSvg.tmpl.ttx
  31. README.md
  32. strip_vs_from_filenames.py
  33. svg_builder.py
  34. svg_cleaner.py
  35. unknown_flag_aliases.txt
  36. waveflag.c
README.md

Noto

Noto Emoji

Color and Black-and-White Noto emoji fonts, and tools for working with them.

The color version must be built from source.

Building NotoColorEmoji

Building NotoColorEmoji requires a few files from nototools. Clone a copy from https://github.com/googlei18n/nototools and either put it in your PYTHONPATH or use ‘python setup.py develop’ (‘install’ currently won't fully install all the data used by nototools). You will also need fontTools, get it from https://github.com/behdad/fonttools.git.

Then run make. NotoColorEmoji is the default target. It's suggested to use -j, especially if you are using zopflipng for compression. Intermediate products (compressed image files, for example) will be put into a build subdirectory; the font will be at the top level.

Using NotoColorEmoji

NotoColorEmoji uses the CBDT/CBLC color font format, which is supported by Android and Chrome/Chromium OS, but not MacOS. Windows supports it starting with Windows 10 Anniversary Update. No Browser on MacOS supports it, but Edge (on latest Windows) does. Chrome on Linux will support it with some fontconfig tweaking, see issue #36. Currently we do not build other color font formats.

License

Emoji fonts (under the fonts subdirectory) are under the SIL Open Font License, version 1.1.
Tools and most image resources are under the Apache license, version 2.0. Flag images under third_party/region-flags are in the public domain or otherwise exempt from copyright (more info).

Contributing

Please read CONTRIBUTING if you are thinking of contributing to this project.

News

  • 2015-12-09: Unicode 7 and 8 emoji image data (.png format) added.
  • 2015-09-29: All Noto fonts now licensed under the SIL Open Font License.