Commit Graph

12 Commits (main)

Author SHA1 Message Date
rsheeter 28678e5217 Capture changes to fix fontchain_lint on top of master log 2020-03-16 22:52:46 -07:00
Roel Nieskens 9de9cd37cc Add aliases for gold emoji holding hands
Included updated binaries
2019-10-03 09:51:34 +02:00
Roel Nieskens 6e821ebf7e Add aliasias for people holding hands
There's no sequence for men/woman of the same skin tone
holding hands.

This is because they have dedicated unicode code points:

Women Holding Hands: Light Skin Tone = 1F46D + 1F3FB

Since there's no filename for the sequence version, and
there's no alias, the sequence won't get added to the
GSUB rules.

This commit adds the missing aliases.
2019-10-03 09:14:12 +02:00
Qingqing Deng 11fc1115bf Modify font template and aliases list.
Modify NotoColorEmoji.tmpl.ttx.tmpl and emoji_aliases.txt for Unicode
12.0.
2019-03-27 17:20:51 -07:00
Doug Felt f817fcb3e9 Update for emoji beta.
Remove another alias for which we now have a separate image, and
update version number.
2018-07-06 15:32:24 -07:00
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
Doug Felt a69b45779d Add aliases for superhero/villan genderless sequences.
Maps them to the female gendered ones.
2018-04-11 11:16:26 -07:00
Doug Felt 612d1a7589 Add aliases for legacy android sequences.
Standard Unicode (emoji v5) does not define skin tones for wrestlers,
but android does.  Alias the skin tone variants of the non-gender-
specific emoji to the corresponding male emoji, as we do for the
non-skin-tone version.
2017-04-13 14:32:15 -07:00
Doug Felt 893db190d7 Add aliases for new version 5 emoji. 2017-04-05 14:47:36 -07:00
Doug Felt 616ed3a600 Rewrite add_glyphs, use alias table.
This is a rewrite of add_glyphs in third_party/color_emoji.  The
primary motivation was to move special aliasing rules out of that
code and use an external aliases file instead.  This new version
is a bit more thorough about aliasing, and hopefully a little
easier to read.

The new add_glyphs takes its parameters using keywords, so
the invocation in the Makefile changed (as well as the path to
the tool).

emoji_aliases.txt was extended to add the flag aliases that were
formerly defined in the old add_glyphs code.

add_aliases was modified so the name of the alias file could be
passed in as a parameter to the main utility function that reads
the alias mapping from the file.

The new code expects all glyphs used by the template GSUB tables
to be named in the GlyphOrder table, but doesn't require the cmap
and hmtx table to be fleshed out.  The new code fleshes these out
when it processes the sequences to add.  As a result the cmap and
hmtx tables in the template were truncated.

The new code also sorts the GlyphOrder table when it extends/rebuilds
it.
2017-02-21 10:15:08 -08:00
Doug Felt d98eb857a2 Add skin tone aliases for golfer.
Also strip trailing whitespace.
2017-01-24 11:31:43 -08:00
Doug Felt eeff0b59bb Add data file listing emoji aliases.
This maps a sequence of codepoints to another sequence, where the
first sequence should be an alias to the second.

Initial data contains emoji sequences where we expect an image named
according to the second sequence, but want to support the first
sequence with the same image.
2017-01-23 13:58:27 -08:00