From 9572d1c70e1136a8f4e9b1aef3c7601bfd9bdaab Mon Sep 17 00:00:00 2001 From: Rod S Date: Wed, 22 Dec 2021 14:45:06 -0800 Subject: [PATCH] Start of a readme --- colrv1/README.md | 17 +++++++++++++++++ colrv1/requirements.txt | 1 + 2 files changed, 18 insertions(+) create mode 100644 colrv1/README.md create mode 100644 colrv1/requirements.txt diff --git a/colrv1/README.md b/colrv1/README.md new file mode 100644 index 000000000..3959a3c33 --- /dev/null +++ b/colrv1/README.md @@ -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 \ No newline at end of file diff --git a/colrv1/requirements.txt b/colrv1/requirements.txt new file mode 100644 index 000000000..57afdaa60 --- /dev/null +++ b/colrv1/requirements.txt @@ -0,0 +1 @@ +nanoemoji >= 0.9.12 # we need latest spec support