emoji for marsey
 
 
 
 
Go to file
rsheeter ac1703e9d7 Emoji 12.1 svg & png files 2020-03-16 23:29:14 -07:00
fonts Update font file with people-holding-hands fix 2019-10-16 21:40:26 +02:00
images Fix googlei18n/noto-fonts#575 2015-12-10 13:25:15 -08:00
png/128 Emoji 12.1 svg & png files 2020-03-16 23:29:14 -07:00
svg Emoji 12.1 svg & png files 2020-03-16 23:29:14 -07:00
third_party [emoji_builder|png] fix bytes vs str issues in py2.py3 2019-10-21 16:20:48 +01:00
.gitignore Add .gitignore file 2019-10-21 16:29:46 +01:00
AUTHORS Add AUTHORS / CONTRIBUTORS / LICENSE 2015-06-05 12:51:13 -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
LICENSE Add AUTHORS / CONTRIBUTORS / LICENSE 2015-06-05 12:51:13 -07:00
Makefile Makefile: define PYTHON=python3 make variable 2019-10-21 15:58:06 +01:00
NotoColorEmoji.tmpl.ttx.tmpl Tweaks for next build 2020-03-10 20:51:20 -07:00
NotoColorEmojiSvg.tmpl.ttx Update copyright language in templates. 2016-09-27 11:26:22 -07:00
README.md Update readme to reflect current CBDT/CBLC support 2019-06-18 09:36:54 +02:00
add_aliases.py Use Python3 explicitly 2019-07-17 10:35:02 +02:00
add_emoji_gsub.py Use Python3 explicitly 2019-07-17 10:35:02 +02:00
add_glyphs.py Capture changes to fix fontchain_lint on top of master log 2020-03-16 22:52:46 -07:00
add_svg_glyphs.py Use Python3 explicitly 2019-07-17 10:35:02 +02:00
annotations_u11.txt Update list of changed images. 2018-08-09 08:48:37 -07:00
check_emoji_sequences.py Use Python3 explicitly 2019-07-17 10:35:02 +02:00
collect_emoji_svg.py Use Python3 explicitly 2019-07-17 10:35:02 +02:00
emoji_aliases.txt Capture changes to fix fontchain_lint on top of master log 2020-03-16 22:52:46 -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 Python3 explicitly 2019-07-17 10:35:02 +02:00
flag_info.py Use Python3 explicitly 2019-07-17 10:35:02 +02:00
gen_version.py Use Python3 explicitly 2019-07-17 10:35:02 +02:00
generate_emoji_html.py py3 generate_emoji_html.py 2020-03-10 20:51:04 -07:00
generate_emoji_name_data.py Use Python3 explicitly 2019-07-17 10:35:02 +02:00
generate_emoji_placeholders.py Modernize Python 2 code to get ready for Python 3 2017-09-14 22:18:24 +02:00
generate_emoji_thumbnails.py Use Python3 explicitly 2019-07-17 10:35:02 +02:00
generate_test_html.py Use Python3 explicitly 2019-07-17 10:35:02 +02:00
map_pua_emoji.py map_pua_emoji: use itertools.chain() to concatenate dict.items() 2019-10-21 16:20:48 +01:00
materialize_emoji_images.py Use Python3 explicitly 2019-07-17 10:35:02 +02:00
scour_svg.sh Update bad SVG for 'technologist' emoji. 2018-08-10 13:14:14 -07:00
strip_vs_from_filenames.py Use Python3 explicitly 2019-07-17 10:35:02 +02:00
svg_builder.py Update svg emoji tools. 2016-04-12 17:07:27 -07:00
svg_cleaner.py Use Python3 explicitly 2019-07-17 10:35:02 +02:00
unknown_flag_aliases.txt Some tooling updates for android u11. 2018-05-09 20:13:57 -07:00
waveflag.c Equally lighten and darken flags. 2017-04-27 15:06:55 -07:00

README.md

Noto

Noto Emoji

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

Building NotoColorEmoji

Building NotoColorEmoji currently requires a Python 2.x wide build. To build the emoji font you will require 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. Windows supports it starting with Windows 10 Anniversary Update in Chome 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.