Mirror of Noto Emoji
Find a file
Doug Felt 616ed3a600 Rewrite add_glyphs, use alias table.
This is a rewrite of add_glyphs in third_party/color_emoji.  The
primary motivation was to move special aliasing rules out of that
code and use an external aliases file instead.  This new version
is a bit more thorough about aliasing, and hopefully a little
easier to read.

The new add_glyphs takes its parameters using keywords, so
the invocation in the Makefile changed (as well as the path to
the tool).

emoji_aliases.txt was extended to add the flag aliases that were
formerly defined in the old add_glyphs code.

add_aliases was modified so the name of the alias file could be
passed in as a parameter to the main utility function that reads
the alias mapping from the file.

The new code expects all glyphs used by the template GSUB tables
to be named in the GlyphOrder table, but doesn't require the cmap
and hmtx table to be fleshed out.  The new code fleshes these out
when it processes the sequences to add.  As a result the cmap and
hmtx tables in the template were truncated.

The new code also sorts the GlyphOrder table when it extends/rebuilds
it.
2017-02-21 10:15:08 -08:00
fonts Update NotoEmoji to v1.05 uh. 2015-12-15 13:49:44 -08:00
images Fix 2015-12-10 13:25:15 -08:00
png/128 Fix location of new flag resources, and also update Makefile. 2017-01-24 14:27:29 -08:00
svg Fix location of new flag resources, and also update Makefile. 2017-01-24 14:27:29 -08:00
third_party Rewrite add_glyphs, use alias table. 2017-02-21 10:15:08 -08:00
add_aliases.py Rewrite add_glyphs, use alias table. 2017-02-21 10:15:08 -08: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 Rewrite add_glyphs, use alias table. 2017-02-21 10:15:08 -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 Rewrite add_glyphs, use alias table. 2017-02-21 10:15:08 -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
generate_emoji_html.py Update generate_emoji_html. 2017-02-09 18:24:48 -08:00
generate_emoji_placeholders.py wip - update emoji tooling to support tr51 sequences 2015-11-03 18:40:19 -08: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 Rewrite add_glyphs, use alias table. 2017-02-21 10:15:08 -08: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 Add some simple tools to inspect data. 2016-04-14 17:46:19 -07:00
NotoColorEmoji.tmpl.ttx.tmpl Rewrite add_glyphs, use alias table. 2017-02-21 10:15:08 -08:00
NotoColorEmojiSvg.tmpl.ttx Update copyright language in templates. 2016-09-27 11:26:22 -07:00
README.md Clarify copyright status of image data in the main README. 2016-10-20 10:50:18 -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 Remove overlooked option that is not needed with change to use logging. 2016-04-13 11:34:24 -07:00
waveflag.c Replace missing include patch that was dropped when merging with upstream. 2017-01-26 17:52:06 -08: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.

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.