Mirror of Noto Emoji
Find a file
Doug Felt f2a4f72bff Add missing SVGs, and clean.
This adds the 50-odd missing SVGs that were not added earlier.
Note that we are still missing the rainbow flag (we don't seem to
have a vector source) and most of the regional flags.  The ~10
regional flags we do have do not match the png images, since they
were sourced differently.  Currently we do not provide the flags
since we cannot rely on support for the svg operations necessary
to implement the 'wave' transform (nor do we have the code to
apply it...)

This also aligns naming between the svg and png.  In particular, it
strips fe0f (emoji variation selector) from the names, and omits
1f48f (kiss) and 1f491 (couple with heart) as these alias.  Those
images are now used for the respective heterosexual couples.

All the files were processed with the revised svg_cleaner tool, and
so are a bit smaller as a result.  Other than some formatting
changes the main changes are removal of the xml doc header, removal
of the application comment, and removal of / changes to some
attributes of the svg tag.
2017-05-23 11:31:41 -07:00
fonts Update Noto Color Emoji font to 1.39. 2017-05-18 17:52:21 -07:00
images Fix googlei18n/noto-fonts#575 2015-12-10 13:25:15 -08:00
png/128 Fix noto-emoji#125 2017-05-16 10:03:43 -07:00
svg Add missing SVGs, and clean. 2017-05-23 11:31:41 -07:00
third_party Rewrite add_glyphs, use alias table. 2017-02-21 10:15:08 -08:00
add_aliases.py Update add_aliases to optionally create copies. 2017-05-16 13:04:53 -07:00
add_emoji_gsub.py Python is not always installed as /usr/bin/python 2015-06-19 22:01:52 +02:00
add_glyphs.py Make sure to initialize lookup table even if LookupType is set. 2017-03-02 10:53:48 -08:00
add_svg_glyphs.py Update svg emoji tools. 2016-04-12 17:07:27 -07:00
AUTHORS Add AUTHORS / CONTRIBUTORS / LICENSE 2015-06-05 12:51:13 -07:00
check_emoji_sequences.py Enhance check_emoji_sequences tool. 2017-01-24 11:40:13 -08:00
collect_emoji_svg.py Fix direction of comparision, use symbolic constant instead of raw value. 2016-04-13 11:38:03 -07:00
CONTRIBUTING.md update/add link to corporate agreement, per guidelines 2015-08-17 16:21:46 -07:00
CONTRIBUTORS Add AUTHORS / CONTRIBUTORS / LICENSE 2015-06-05 12:51:13 -07:00
emoji_aliases.txt Add aliases for legacy android sequences. 2017-04-13 14:32:15 -07:00
emoji_annotations.txt Support 'ok', 'warning', 'error' annotations and define some. 2017-02-22 09:58:25 -08:00
flag_glyph_name.py Use waving black flag for subregion flag sequences. 2017-02-09 18:24:31 -08:00
flag_info.py Add some simple tools to inspect data. 2016-04-14 17:46:19 -07:00
gen_version.py Add tool for updating the version info in the color emoji template. 2017-05-17 17:59:21 -07:00
generate_emoji_html.py Fix scripts that auto-invoke python to find it correctly. 2017-05-17 09:28:52 -07:00
generate_emoji_name_data.py Let user control error limit parameter in generate_emoji_name_data. 2017-05-17 10:08:49 -07:00
generate_emoji_placeholders.py wip - update emoji tooling to support tr51 sequences 2015-11-03 18:40:19 -08:00
generate_emoji_thumbnails.py Update thumbnail generation and add unknown flag sequences. 2017-04-10 13:43:00 -07:00
generate_test_html.py Python is not always installed as /usr/bin/python 2015-06-19 22:01:52 +02:00
LICENSE Add AUTHORS / CONTRIBUTORS / LICENSE 2015-06-05 12:51:13 -07:00
Makefile Use quality param with optipng. 2017-04-12 09:00:01 -07:00
map_pua_emoji.py Python is not always installed as /usr/bin/python 2015-06-19 22:01:52 +02:00
materialize_emoji_images.py Fix scripts that auto-invoke python to find it correctly. 2017-05-17 09:28:52 -07:00
NotoColorEmoji.tmpl.ttx.tmpl Update Noto Color Emoji font to 1.39. 2017-05-18 17:52:21 -07:00
NotoColorEmojiSvg.tmpl.ttx Update copyright language in templates. 2016-09-27 11:26:22 -07:00
README.md Fix README, Windows 10 itself supports COLO/CPAL, not just Edge. 2017-03-17 09:45:26 -07:00
strip_vs_from_filenames.py A tool for renaming files. 2017-01-23 14:04:48 -08:00
svg_builder.py Update svg emoji tools. 2016-04-12 17:07:27 -07:00
svg_cleaner.py Update svg_cleaner. 2017-05-23 11:29:15 -07:00
unknown_flag_aliases.txt Update thumbnail generation and add unknown flag sequences. 2017-04-10 13:43:00 -07:00
waveflag.c Equally lighten and darken flags. 2017-04-27 15:06:55 -07:00

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.