Commit Graph

398 Commits (97f95d0d696806dd7fbe201d0c7432ec1aafe4ca)

Author SHA1 Message Date
rsheeter 97f95d0d69 tweak check for tools & venv 2020-05-31 12:05:29 -07:00
Rod S d113757604 correct apt-get sample 2020-05-30 14:51:53 -07:00
rsheeter 4d8df7842e
Merge pull request #303 from googlefonts/nototools_pypi
Fetch nototools from pypi
2020-05-30 14:47:08 -07:00
rsheeter 0553e8fb9b no reason to display using zopflipng if it is the only choice 2020-05-30 14:22:47 -07:00
rsheeter 0aaa0fccce update ignore and readme 2020-05-30 14:19:49 -07:00
rsheeter b81bb6c65e get nototools from pypi 2020-05-30 14:19:33 -07:00
rsheeter 48c935347a only zopflipng 2020-05-30 14:11:54 -07:00
rsheeter 36c35e0fc6
Update README.md
Fixes #300
2020-05-26 10:20:08 -07:00
rsheeter 2d11453d18
Merge pull request #297 from kabisa/feature/dependency-management
Feature/dependency management
2020-05-26 09:55:37 -07:00
guidotheelen db01fa994a add exception when not in virtual env 2020-05-07 13:25:10 +02:00
guidotheelen 495a77d727 remove import try 2020-05-06 15:36:07 +02:00
guidotheelen d4ebb27c6d readme prerequisites steps 2020-04-14 17:34:35 +02:00
guidotheelen e31a5dbc6b add pngquant to readme 2020-04-14 17:04:03 +02:00
guidotheelen ac9a6397f7 readme prerequisites 2020-04-14 16:56:16 +02:00
guidotheelen 4596ae8a0d correct spelling 2020-04-14 13:50:49 +02:00
guidotheelen 7d56acd759 explain steps 2020-04-14 09:33:46 +02:00
guidotheelen 742b5a1c27 readme description 2020-04-14 09:32:47 +02:00
guidotheelen f78f903d11 fonttools greater of equal 2020-04-14 09:30:37 +02:00
guidotheelen 73f559c94b import exceptions 2020-04-14 09:28:11 +02:00
guidotheelen cbe5031b4b install instructions 2020-04-10 16:21:37 +02:00
guidotheelen 8bc1751449 add requirements.txt 2020-04-10 16:16:03 +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