emoji_u1f44f_SourceFile

Aep for emoji_u1f44f
2 files changed
tree: aaf4006e1d743c429d90fe7d87d250043a211b68
  1. colrv1/
  2. emoji_u1f44f_SourceFile/
  3. fonts/
  4. images/
  5. png/
  6. svg/
  7. third_party/
  8. .DS_Store
  9. .gitignore
  10. .gitmodules
  11. add_aliases.py
  12. add_emoji_gsub.py
  13. add_glyphs.py
  14. add_svg_glyphs.py
  15. annotations_u11.txt
  16. AUTHORS
  17. check_emoji_sequences.py
  18. collect_emoji_svg.py
  19. colrv1_add_soft_light_to_flags.py
  20. colrv1_generate_configs.py
  21. colrv1_postproc.py
  22. CONTRIBUTING.md
  23. CONTRIBUTORS
  24. emoji_aliases.txt
  25. emoji_annotations.txt
  26. flag_glyph_name.py
  27. flag_info.py
  28. gen_version.py
  29. generate_emoji_html.py
  30. generate_emoji_name_data.py
  31. generate_emoji_placeholders.py
  32. generate_emoji_thumbnails.py
  33. generate_test_html.py
  34. LICENSE
  35. Makefile
  36. map_pua_emoji.py
  37. materialize_emoji_images.py
  38. NotoColorEmoji.tmpl.ttx.tmpl
  39. NotoColorEmojiSvg.tmpl.ttx
  40. README.md
  41. requirements.txt
  42. scour_svg.sh
  43. size_check.py
  44. strip_vs_from_filenames.py
  45. svg_builder.py
  46. svg_cleaner.py
  47. unknown_flag_aliases.txt
  48. waveflag.c
README.md

Noto

Noto Emoji

Noto Emoji (Stands for No Tofu) is an open source (Open Font License 1.1) emoji library that provides standard Unicode emoji support and tools for working with them including:

  • A Unicode compliant color emoji font.
  • A full library of Noto color emoji font files including 3,633 vector svgs and pngs
  • Metadata for Emoji Input (including shortcodes, emoji ordering, ascii equivalents)

Color Font

The latest font file is found here. If you want to download a specific version, please look at the gh-pages branch, where you will find the built assets for both our latest and older versions.

Monochrome Font

The black-and-white emoji font is back under active development and is available as a variable 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.

A note about PNGs

The assets provided in the repo are all those used to build the NotoColorEmoji font. With one exception: 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.

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.