Skip to content

Commit

Permalink
Add flags-only CBDT font
Browse files Browse the repository at this point in the history
  • Loading branch information
rsheeter committed Feb 9, 2024
1 parent 9cde38e commit 797dbcf
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
9 changes: 9 additions & 0 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,12 @@ $ emojicompat --op check --font Noto-COLRv1-emojicompat.ttf
0 PUA point at wrong glyph
3835 PUA correct
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 changes: 36 additions & 0 deletions flags-only-unicodes.txt
Original file line number Diff line number Diff line change
@@ -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
Binary file added fonts/NotoColorEmoji-flagsonly.ttf
Binary file not shown.

0 comments on commit 797dbcf

Please sign in to comment.