Import upstream changes up to 9a5261d871451f9b5183c93483cbd68ed916b1e9

Change-Id: I051c59260c55ce15b931b94d77e4d837dfaab1e2
tree: 7261b2510f601d55a27aa44e80cf364212e11979
  1. fonts/
  2. images/
  3. png/
  4. svg/
  5. third_party/
  6. .gitignore
  7. .gitmodules
  8. add_aliases.py
  9. add_emoji_gsub.py
  10. add_glyphs.py
  11. add_svg_glyphs.py
  12. annotations_u11.txt
  13. AUTHORS
  14. check_emoji_sequences.py
  15. collect_emoji_svg.py
  16. CONTRIBUTING.md
  17. CONTRIBUTORS
  18. emoji_aliases.txt
  19. emoji_annotations.txt
  20. flag_glyph_name.py
  21. flag_info.py
  22. gen_version.py
  23. generate_emoji_html.py
  24. generate_emoji_name_data.py
  25. generate_emoji_placeholders.py
  26. generate_emoji_thumbnails.py
  27. generate_test_html.py
  28. LICENSE
  29. Makefile
  30. map_pua_emoji.py
  31. materialize_emoji_images.py
  32. NotoColorEmoji.tmpl.ttx.tmpl
  33. NotoColorEmojiSvg.tmpl.ttx
  34. README.fuchsia
  35. README.md
  36. requirements.txt
  37. scour_svg.sh
  38. size_check.py
  39. strip_vs_from_filenames.py
  40. svg_builder.py
  41. svg_cleaner.py
  42. unknown_flag_aliases.txt
  43. waveflag.c
README.md

Noto

Noto Emoji

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

Download Emoji Font

Prerequisites

Building Noto Color Emoji requires:

Building NotoColorEmoji

This project uses a virtual environment to manage dependencies. Use the following steps to get up and running:

# make sure you have the Prerequisites

# create & activate a virtual environment
python3 -m venv venv
source venv/bin/activate

# install python requirements
pip install -r requirements.txt

time make -j

Intermediate products (compressed image files, for example) will be put into a build subdirectory. Two fonts will be saved at the top level:

  • NotoColorEmoji.ttf, for general use.
  • NotoColorEmoji_WindowsCompatible.ttf, which is the same font but with an additional empty glyf table and cmap format 4 subtable. This is required by Windows 10 if you want to install the font.

Using NotoColorEmoji

NotoColorEmoji uses the CBDT/CBLC color font format, which is supported by Android and Chrome/Chromium OS. Windows supports it starting with Windows 10 Anniversary Update in Chrome and Edge. On macOS, only Chrome supports it, while on Linux it will support it with some fontconfig tweaking, see issue #36. Currently we do not build other color font formats.

Color emoji assets

The assets provided in the repo are all those used to build the NotoColorEmoji font. Note however that NotoColorEmoji often uses the same assets to represent different character sequences-- notably, most gender-neutral characters or sequences are represented using assets named after one of the gendered sequences. This means that some sequences appear to be missing. Definitions of the aliasing used appear in the emoji_aliases.txt file.

Also note that the images in the font might differ from the original assets. In particular the flag images in the font are PNG images to which transforms have been applied to standardize the size and generate the wave and border shadow. We do not have SVG versions that reflect these transforms.

B/W emoji font

The black-and-white emoji font is not under active development. Its repertoire of emoji is now several years old, and the design does not reflect the current color emoji design. Currently we have no plans to update this font.

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

  • 2017-09-13: Emoji redesign released.
  • 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.