Merge pull request #325 from kabisa/windows-font-readme

Explain extra Windows font
pull/328/head
Cosimo Lupo 2020-12-14 14:47:00 +00:00 committed by GitHub
commit e7ac893b33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -27,7 +27,10 @@ pip install -r requirements.txt
time make -j time make -j
``` ```
Intermediate products (compressed image files, for example) will be put into a build subdirectory; the font will be at the top level. Intermediate products (compressed image files, for example) will be put into a build subdirectory. Two fonts will be saved at the top level:
* `NotoColorEmoji.ttf`, for general use.
* `NotoColorEmoji_WindowsCompatible.ttf`, which is the same font but with an additional empty `glyf` table and `cmap` format 4 subtable. This is required by Windows 10 if you want to _install_ the font.
## Using NotoColorEmoji ## Using NotoColorEmoji