Mirror of Noto Emoji
Find a file
Doug Felt 3a57df2ac6 Improve flag support.
This adds some additional flags to the default set.  In addition,
it contains code that creates ligatures for some flag sequences to
others, for a few cases where we want different regions to share
the same flag.  Finally, it adds default ligatures so that pairs of
regional indicator characters for which there's no predefined glyph
get a 'missing flag' glyph.  This avoids cases where sequences of
regional indicator sequences accidentally match at odd locations
because of a previous mismatch.

There is no actual 'missing flag' glyph yet.  The code uses an
existing emoji as a placeholder.
2016-03-11 19:02:15 -08:00
fonts Update NotoEmoji to v1.05 uh. 2015-12-15 13:49:44 -08:00
images Fix googlei18n/noto-fonts#575 2015-12-10 13:25:15 -08:00
png/128 Update and extend emoji data. 2015-12-07 13:24:39 -08:00
svg Revert "add NL flag svg" 2015-08-17 14:44:05 -07:00
third_party Improve flag support. 2016-03-11 19:02:15 -08:00
add_emoji_gsub.py Python is not always installed as /usr/bin/python 2015-06-19 22:01:52 +02:00
add_svg_glyphs.py Python is not always installed as /usr/bin/python 2015-06-19 22:01:52 +02:00
AUTHORS Add AUTHORS / CONTRIBUTORS / LICENSE 2015-06-05 12:51:13 -07:00
collect_emoji_svg.py Python is not always installed as /usr/bin/python 2015-06-19 22:01:52 +02: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
flag_glyph_name.py Python is not always installed as /usr/bin/python 2015-06-19 22:01:52 +02:00
generate_emoji_html.py Add tool that generates an html file comparing emoji images. 2016-01-29 14:38:07 -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 Improve flag support. 2016-03-11 19:02:15 -08:00
map_pua_emoji.py Python is not always installed as /usr/bin/python 2015-06-19 22:01:52 +02:00
NotoColorEmoji.tmpl.ttx.tmpl Revert NotoColorEmoji ascent/descent to previous values. 2016-01-28 13:58:21 -08:00
NotoColorEmojiSvg.tmpl.ttx Merge font and html test file generation, plus tweaks. 2015-02-20 13:52:38 -08:00
README.md Update README.md with information on building NotoColorEmoji. 2015-12-08 14:53:22 -08:00
svg_builder.py respond to comments on r1a10391d3f73 2015-02-26 19:10:30 -08:00
svg_cleaner.py Python is not always installed as /usr/bin/python 2015-06-19 22:01:52 +02:00
waveflag.c Add flags for 200+ regions. 2014-08-12 19:28:00 -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).

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 are under the Apache license, version 2.0.

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.