main/third_party/color_emoji
Roel Nieskens 1f6fbdd7a4 Remove unnecessary TTX compile step
Use .ttx as input for emoji_builder.py

Originally the .ttx generated by add_glyphs.py was compiled to
a .ttf file so it could be fed to emoji_builder.py. Now we can
feed it a .ttx file and remove the compile step. This way the
original glyph names are preserved and we can start adding
PNGs for the components.
2019-09-10 13:59:38 +02:00
..
emoji_builder.py Remove unnecessary TTX compile step 2019-09-10 13:59:38 +02:00
LICENSE Move emoji-specific third-party and scripts into color_emoji/ 2015-06-05 10:58:41 -07:00
png.py Python is not always installed as /usr/bin/python 2015-06-19 22:01:52 +02: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

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.