forked from googlefonts/noto-emoji
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request googlefonts#389 from googlefonts/colrv1
COLRv1 edition
- Loading branch information
Showing
271 changed files
with
28,664 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# COLRv1 Build | ||
|
||
We assume the bitmap version with equivalent coverage exists and | ||
contains emojicompat metadata. | ||
|
||
## Build Steps | ||
|
||
1. Compile the COLRv1 fonts | ||
|
||
```shell | ||
time nanoemoji *.toml | ||
``` | ||
|
||
1. Post-process COLRv1 font for Android | ||
* At time of writing only the noflags version is for Android | ||
|
||
```shell | ||
# Assumed to be in a python3 environment with requirements.txt fulfilled | ||
python colrv1_postproc.py colrv1/build/NotoColorEmoji-noflags.ttf \ | ||
PATH_TO/NotoColorEmojiCompat.ttf | ||
``` |
Oops, something went wrong.