diff --git a/README.md b/README.md index 2d69aaf..ec1c39e 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,11 @@ Currently the following blocks have been drawn: * `U+0400 .. U+047F` - Cyrillic (128 chars) * `U+2010 .. U+205F` - General punctuation (80 chars) * `U+2070 .. U+209F` - Subscripts and superscripts (48 chars) +* `U+20A0 .. U+20BF` - Currency symbols (32 chars) * `U+2160 .. U+217F` - Roman numerals (32 chars) * `U+2190 .. U+21FF` - Arrows (112 chars) * `U+2200 .. U+22FF` - Mathematical operators (256 chars) +* `U+2440 .. U+244F` - Optical character recognition (16 chars) * `U+25A0 .. U+25FF` - Geometric shapes (96 chars) * `U+2800 .. U+28FF` - Braille patterns (256 chars - thanks @Alice!) @@ -30,7 +32,6 @@ The following blocks are being considered for future support: * Finish Cyrillic * IPA extensions and Phonetic extensions -* Currency symbols * Hiragana and Katakana Other characters supported in `FONTCHARACTER` (incomplete list): diff --git a/uf5x7.png b/uf5x7.png index 9eca694..e0ca1f3 100644 Binary files a/uf5x7.png and b/uf5x7.png differ diff --git a/uf5x7/U+20A0.png b/uf5x7/U+20A0.png new file mode 100755 index 0000000..065d0dc Binary files /dev/null and b/uf5x7/U+20A0.png differ diff --git a/uf5x7/U+2440.png b/uf5x7/U+2440.png new file mode 100755 index 0000000..664a478 Binary files /dev/null and b/uf5x7/U+2440.png differ