forked from googlefonts/noto-emoji
-
Notifications
You must be signed in to change notification settings - Fork 25
/
build.ps1
12 lines (12 loc) · 814 Bytes
/
build.ps1
1
2
3
4
5
6
7
8
9
10
11
12
emoji_builder.exe --offline -v -o Blobmoji.ttf -t .\tables\ --emoji-test .\emoji-test.txt --flags .\third_party\region-flags\svg blobmoji -w -a .\emoji_aliases.txt --ttx-tmpl .\NotoColorEmoji.tmpl.ttx.tmpl --palette .\Blobmoji.gpl --font_files .\ComicNeue --default_font "Comic Neue"
# Rename the Windows-compatible file
rm fonts\BlobmojiWindows.ttf
rm fonts\BlobmojiWindowsDefaultReplacement.ttf
mv fonts\Blobmoji_win.ttf fonts\BlobmojiWindows.ttf
mv fonts\Blobmoji_win_default.ttf fonts\BlobmojiWindowsDefaultReplacement.ttf
# Build EmojiCompat (will be integrated at some point)
cd ..\emojicompat\noto-fonts\emoji-compat
python .\createfont.py ..\..\..\blobmoji\fonts\Blobmoji.ttf ..\..\unicode\
cp .\font\NotoColorEmojiCompat.ttf ..\..\..\blobmoji\fonts\BlobmojiCompat.ttf
cd ..\..\..\blobmoji
git add fonts