main/third_party/color_emoji
derng e753cc9d98
Fix vert_x_bearing to integer type
At line 144:
  self.write (struct.pack ("BBbbBbbB",

vert_x_bearing was expected to be an integer.  Calculations is currently a double causing this to fail.
2021-05-14 14:18:08 +01:00
..
emoji_builder.py Fix vert_x_bearing to integer type 2021-05-14 14:18:08 +01:00
LICENSE Move emoji-specific third-party and scripts into color_emoji/ 2015-06-05 10:58:41 -07:00
png.py [emoji_builder|png] fix bytes vs str issues in py2.py3 2019-10-21 16:20:48 +01: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.