mirror of
https://github.com/googlefonts/noto-emoji.git
synced 2025-06-07 23:37:58 +00:00
Start of a readme
This commit is contained in:
parent
f868356f54
commit
9572d1c70e
2 changed files with 18 additions and 0 deletions
17
colrv1/README.md
Normal file
17
colrv1/README.md
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# COLRv1 Build
|
||||||
|
|
||||||
|
Assumptions:
|
||||||
|
|
||||||
|
* bitmap font already exists.
|
||||||
|
* a font that contains complete emojicompat metadata exists
|
||||||
|
|
||||||
|
## 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
|
1
colrv1/requirements.txt
Normal file
1
colrv1/requirements.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
nanoemoji >= 0.9.12 # we need latest spec support
|
Loading…
Add table
Reference in a new issue