Start of a readme
parent
f868356f54
commit
9572d1c70e
|
@ -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
|
|
@ -0,0 +1 @@
|
||||||
|
nanoemoji >= 0.9.12 # we need latest spec support
|
Loading…
Reference in New Issue