Commit Graph

394 Commits (015aa0267bf3b2baa04b580273215cf2d6bc034d)

Author SHA1 Message Date
guidotheelen 015aa0267b always run sequence checks or bypass 2020-05-06 12:03:09 +02:00
guidotheelen 5136902308 remove readme comment 2020-05-06 11:50:13 +02:00
guidotheelen 09da7bdb59 fail when not compliant 2020-05-06 11:43:48 +02:00
guidotheelen ed33b0c479 remove y/n prompt 2020-05-06 10:09:58 +02:00
guidotheelen fcae5b1693 rename SEQUENCE_CHECK_PY 2020-05-06 09:19:25 +02:00
guidotheelen 82a638993a use f-strings to print 2020-04-22 16:51:57 +02:00
guidotheelen 36b0c736eb readme explanation 2020-04-22 10:34:39 +02:00
guidotheelen 72923cc790 remove fonts 2020-04-22 09:58:37 +02:00
guidotheelen 2c4d088209 brief question 2020-04-22 09:57:20 +02:00
guidotheelen e24f84d287 remove fontchain code 2020-04-22 09:55:19 +02:00
guidotheelen 16fa539f74 also check single emoji 2020-04-22 09:51:20 +02:00
guidotheelen 22a6f51174 remove comment 2020-04-22 09:46:53 +02:00
guidotheelen 51137aa773 add coverage check to make 2020-04-22 09:45:14 +02:00
guidotheelen 25b38fe2cb fix check emoji sequences 2020-04-21 16:11:10 +02:00
guidotheelen 06df7a8a57 remove udc files 2020-04-21 09:45:43 +02:00
guidotheelen 5ca14833cb emoji name formatter 2020-04-10 13:51:11 +02:00
guidotheelen f4cb46a8e5 initial fontchain linting 2020-04-08 15:40:14 +02:00
rsheeter ac1703e9d7 Emoji 12.1 svg & png files 2020-03-16 23:29:14 -07:00
rsheeter edb6a9b991
Merge pull request #295 from googlefonts/fontchain_lint2
Make noto-emoji capable of producing a font that passes Android fontchain_lint
2020-03-16 22:54:44 -07:00
rsheeter 28678e5217 Capture changes to fix fontchain_lint on top of master log 2020-03-16 22:52:46 -07:00
Rod S 4325631b45 Tweaks for next build 2020-03-10 20:51:20 -07:00
Rod S e604c969d3 py3 generate_emoji_html.py 2020-03-10 20:51:04 -07:00
Cosimo Lupo 018aa149d6
Merge pull request #267 from mike-fabian/python3-port
Python3 port
2019-10-22 10:53:10 +01:00
Cosimo Lupo c061356acf
Add .gitignore file 2019-10-21 16:29:46 +01:00
Cosimo Lupo 60161a370b
[emoji_builder|png] fix bytes vs str issues in py2.py3 2019-10-21 16:20:48 +01:00
Cosimo Lupo 03e6d6e39c
map_pua_emoji: use itertools.chain() to concatenate dict.items() 2019-10-21 16:20:48 +01:00
Cosimo Lupo 3d5ac2aea9
Makefile: define PYTHON=python3 make variable 2019-10-21 15:58:06 +01:00
Cosimo Lupo 7d501b5819
Merge remote-tracking branch 'origin/master' into python3-port 2019-10-21 15:42:11 +01:00
Cosimo Lupo 16151a2312
Merge pull request #282 from RoelN/fix-people-holding-hands
Fix people holding hands
2019-10-17 08:04:59 +01:00
Roel Nieskens f3b9faa83d Update font file with people-holding-hands fix
Removed the NotoColorEmoji.ttf file in the root of the project
that presumably was added by mistake, and updated the font in
the ./fonts directory with the latest build.

Font built with zopflipng
2019-10-16 21:40:26 +02:00
Roel Nieskens 06ce521969 Simplify rtl sequence code
Co-authored-by: Cosimo Lupo <clupo@google.com>
2019-10-16 20:09:34 +02:00
Roel Nieskens 9de9cd37cc Add aliases for gold emoji holding hands
Included updated binaries
2019-10-03 09:51:34 +02:00
Roel Nieskens 89e373c5d4 Update .ttf binaries
This has the fixed people holding hands. Also updates the
.ttf file in the fonts/ directory.
2019-10-03 09:37:50 +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
Roel Nieskens ac638130b3 Fix rtl sequences ending with fitzpatrick modifier
When sequence ends with skintone modifier, it would remain at
the end.

Example:

Input:   [128105, 127995, 8205, 129309, 8205, 128104, 127996]
Output:  [128104, 8205, 129309, 8205, 127995, 128105, 127996]
2019-10-03 09:10:59 +02:00
Seb 833a43d032
Merge pull request #272 from qqd-google/font
Font
2019-08-14 14:25:15 -07:00
Seb 20756903e3
Merge pull request #274 from qqd-google/fr_bl
Fix FR and NL flags.
2019-08-14 14:24:58 -07:00
Qingqing Deng 03e444b8bf Fix FR and NL flags. 2019-08-13 20:06:00 -07:00
qqd-google d2e8f7eca9
Merge pull request #1 from googlefonts/master
Pull from master
2019-08-13 19:20:37 -07:00
Qingqing Deng d741d07e86 New emoji font file 2019. 2019-08-09 15:06:03 -07:00
Seb 51b61919fb
Merge pull request #263 from qqd-google/flag_fix
Region flags change to improve consistency with all vendors.
2019-07-29 14:00:59 -07:00
Mike FABIAN 188ffcf08c Use Python3 explicitly 2019-07-17 10:35:02 +02:00
Mike FABIAN a9ca546689 Make it work both with Python2 and Python3 2019-07-17 10:34:07 +02:00
Seb f09acc559b
Merge pull request #264 from qqd-google/svg
Update svg for 2019.
2019-07-08 09:40:44 -07:00
Seb 4cb2a94b75
Merge pull request #250 from qqd-google/unicode12
Modify font template and aliases list.
2019-07-08 09:39:47 -07:00
Qingqing Deng 31f714f349 Update svg for 2019. 2019-07-02 17:44:36 -07:00
Qingqing Deng 53205fbd81 Region flags change.
Add flags for
BL: Saint Barthélemy
BQ: Caribbean Netherlands
MQ: Martinique
RE: Réunion
TF: French Southern Territories

Change flag for
XK: Kosovo
2019-07-02 15:39:41 -07:00
Seb 6de9b9d5ea
Merge pull request #261 from qqd-google/region_flag
Region flags change.
2019-07-02 17:34:33 -04:00
Seb 9796d2840b
Merge pull request #262 from qqd-google/png2019
Update png/128 with 2019 final png files.
2019-07-02 17:31:42 -04:00
Qingqing Deng 61e91eee01 Update png/128 with 2019 final png files. 2019-07-02 13:07:48 -07:00