https://github.com/behdad/color-emoji
Tool to build color fonts using Google color-font format
https://github.com/behdad/color-emoji
Last synced: 2 months ago
JSON representation
Tool to build color fonts using Google color-font format
- Host: GitHub
- URL: https://github.com/behdad/color-emoji
- Owner: behdad
- License: other
- Created: 2013-09-25T15:52:17.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-01T00:27:47.000Z (over 9 years ago)
- Last Synced: 2025-03-18T08:53:37.168Z (2 months ago)
- Language: Python
- Homepage:
- Size: 11.5 MB
- Stars: 61
- Watchers: 4
- Forks: 27
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
This project consists of the following bits and pieces:
* A proposed specification to add support for embedded color image
glyphs in OpenType fonts,* A tool called emoji_builder.py, to embed a set of PNG images into
an existing font,* Two sets of sample PNG images for ASCII characters and sample
scripts to build them into test fonts: FruityGirl and Funkster.* Scripts to build a real color emoji font out of the Open Source
PhantomOpenEmoji images.Discussions about this work happen at:
https://groups.google.com/forum/#!forum/color-emoji
Here is the version 1 of the spec:
https://rawgit.com/behdad/color-emoji/master/specification/v1.html
Here is the announcement:
http://google-opensource.blogspot.com/2013/05/open-standard-color-font-fun-for.html
Support for this format was included in FreeType in May 2013. Support
has also been included in Fontconfig, as well Skia graphics library.
A proof-of-concept patchset for the Cairo graphics library to use
fallback software rendering for the Xlib backend with support for color
glyphs is at https://github.com/behdad/cairo/tree/color-emojiCurrently, Android, ChromeOS, Chrome Linux, as well as certain versions
of Firefox support rendering fonts built using this format.This format is now part of OpenType specification, version 1.7:
http://www.microsoft.com/typography/otspec/cbdt.htm
http://www.microsoft.com/typography/otspec/cblc.htm