marseymoji/third_party/color_emoji
Doug Felt e571d53e02 Some tooling updates for android u11.
Note this does not change image files.

- modify emoji_builder so we can use a flag to control whether to use
  big or small glyph metrics.  android has legacy tooling that expects
  small metrics.  we leave the default in emoji_builder to use big metrics
  but in the makefile default the flag we pass to request small metrics.
  eventually this should shake out to big metrics.
- support more flags by default (not all yet).  Note we omit some in the
  Makefile that we use aliases for-- we don't need their images.
- add aliases for some new flags
- remove new flags from 'unknown flag aliases' list
- unalias some emoji we will have custom images for
- bump version number
- add annnotations file for u11 new and changed emoji
2018-05-09 20:13:57 -07:00
..
LICENSE Move emoji-specific third-party and scripts into color_emoji/ 2015-06-05 10:58:41 -07:00
README Move emoji-specific third-party and scripts into color_emoji/ 2015-06-05 10:58:41 -07:00
README.third_party Move emoji-specific third-party and scripts into color_emoji/ 2015-06-05 10:58:41 -07:00
emoji_builder.py Some tooling updates for android u11. 2018-05-09 20:13:57 -07:00
png.py Python is not always installed as /usr/bin/python 2015-06-19 22:01:52 +02:00

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.