mirror of
https://github.com/googlefonts/noto-emoji.git
synced 2025-06-07 15:27:59 +00:00
Add flags-only CBDT font
This commit is contained in:
parent
9cde38ef5e
commit
797dbcf1ff
3 changed files with 45 additions and 0 deletions
9
BUILD.md
9
BUILD.md
|
@ -54,3 +54,12 @@ $ emojicompat --op check --font Noto-COLRv1-emojicompat.ttf
|
||||||
0 PUA point at wrong glyph
|
0 PUA point at wrong glyph
|
||||||
3835 PUA correct
|
3835 PUA correct
|
||||||
0 Emji entries did NOT match a glyph
|
0 Emji entries did NOT match a glyph
|
||||||
|
```
|
||||||
|
|
||||||
|
## Flags only
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ hb-subset --unicodes-file=flags-only-unicodes.txt \
|
||||||
|
--output-file=fonts/NotoColorEmoji-flagsonly.ttf \
|
||||||
|
fonts/NotoColorEmoji.ttf
|
||||||
|
```
|
36
flags-only-unicodes.txt
Normal file
36
flags-only-unicodes.txt
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
U+1f1e6
|
||||||
|
U+1f1e7
|
||||||
|
U+1f1e8
|
||||||
|
U+1f1e9
|
||||||
|
U+1f1ea
|
||||||
|
U+1f1eb
|
||||||
|
U+1f1ec
|
||||||
|
U+1f1ed
|
||||||
|
U+1f1ee
|
||||||
|
U+1f1ef
|
||||||
|
U+1f1f0
|
||||||
|
U+1f1f1
|
||||||
|
U+1f1f2
|
||||||
|
U+1f1f3
|
||||||
|
U+1f1f4
|
||||||
|
U+1f1f5
|
||||||
|
U+1f1f6
|
||||||
|
U+1f1f7
|
||||||
|
U+1f1f8
|
||||||
|
U+1f1f9
|
||||||
|
U+1f1fa
|
||||||
|
U+1f1fb
|
||||||
|
U+1f1fc
|
||||||
|
U+1f1fd
|
||||||
|
U+1f1fe
|
||||||
|
U+1f1ff
|
||||||
|
U+fe4e5
|
||||||
|
U+fe4e6
|
||||||
|
U+fe4e7
|
||||||
|
U+fe4e8
|
||||||
|
U+fe4e9
|
||||||
|
U+fe4ea
|
||||||
|
U+fe4eb
|
||||||
|
U+fe4ec
|
||||||
|
U+fe4ed
|
||||||
|
U+fe4ee
|
BIN
fonts/NotoColorEmoji-flagsonly.ttf
Normal file
BIN
fonts/NotoColorEmoji-flagsonly.ttf
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue