2021-12-22 22:45:06 +00:00
|
|
|
# COLRv1 Build
|
|
|
|
|
2021-12-22 23:43:23 +00:00
|
|
|
We assume the bitmap version with equivalent coverage exists and
|
|
|
|
contains emojicompat metadata.
|
2021-12-22 22:45:06 +00:00
|
|
|
|
|
|
|
## Build Steps
|
|
|
|
|
|
|
|
1. Compile the COLRv1 fonts
|
|
|
|
|
|
|
|
```shell
|
|
|
|
time nanoemoji *.toml
|
|
|
|
```
|
|
|
|
|
|
|
|
1. Post-process COLRv1 font for Android
|
2021-12-22 23:43:23 +00:00
|
|
|
* At time of writing only the noflags version is for Android
|
|
|
|
|
|
|
|
```shell
|
|
|
|
# Assumed to be in a python3 environment with requirements.txt fulfilled
|
|
|
|
python postproc.py build/NotoColorEmoji-noflags.ttf \
|
|
|
|
PATH_TO/NotoColorEmojiCompat.ttf
|
|
|
|
```
|