emoji for marsey
 
 
 
 
Go to file
Rod S 70a144fd90 Playing with sbix format 2021-07-10 15:43:59 -07:00
fonts Syringe update 2021-02-16 20:46:04 -08:00
images Fix googlei18n/noto-fonts#575 2015-12-10 13:25:15 -08:00
png A bad name snuck in 2021-05-10 20:29:58 -07:00
svg A bad name snuck in 2021-05-10 20:29:58 -07:00
third_party update flag of South Georgia and South Sandwich Islands 2021-04-22 18:25:19 +01:00
.gitignore update ignore and readme 2020-05-30 14:19:49 -07:00
.gitmodules On closer inspection we changed to use system pngquant and never closed 2020-08-20 15:31:01 -07: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 Add glyf table on the fly 2020-11-04 11:36:01 +01:00
NotoColorEmoji.tmpl.ttx.tmpl Unicode 13.1 update 2020-09-16 13:23:48 -07:00
NotoColorEmojiSvg.tmpl.ttx Update copyright language in templates. 2016-09-27 11:26:22 -07:00
README.md Add some more detail about Windows font specifics 2020-12-14 15:35:42 +01:00
add_aliases.py Use Python3 explicitly 2019-07-17 10:35:02 +02:00
add_emoji_gsub.py remove import try 2020-05-06 15:36:07 +02:00
add_glyphs.py Add code style tweaks 2020-11-17 15:07:26 +01: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
cbdt2sbix.py Playing with sbix format 2021-07-10 15:43:59 -07:00
check_emoji_sequences.py fix indentation 2020-08-18 15:25:50 +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 tweak check for tools & venv 2020-05-31 12:05:29 -07: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 Fix unichr() to chr() 2020-08-18 15:35:42 +09: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
requirements.txt Update notofonttools for U13.1 2020-09-15 20:24:35 -07: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.

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.