Merge pull request 'uf5x7: add Hiragana (U+3040) and Katakana (U+30A0)' (#6) from Neiviv-ui/unicode-fonts:master into master

Reviewed-on: https://gitea.planet-casio.com/Lephenixnoir/unicode-fonts/pulls/6
This commit is contained in:
Lephenixnoir 2021-05-04 07:37:15 +02:00
commit 4ab32f199b
4 changed files with 4 additions and 3 deletions

View File

@ -39,12 +39,13 @@ Supported blocks:
* `U+25A0 .. U+25FF` - Geometric shapes (96 chars)
* `U+2800 .. U+28FF` - Braille patterns (256 chars - thanks @Alice!)
* `U+3000 .. U+303F` - CJK Punctuation (48 chars - thanks @Alice!)
* `U+3040 .. U+309F` - Hiragana (96 chars)
* `U+30A0 .. U+30FF` - Katakana (96 chars)
The following blocks are being considered for future support:
* Finish Cyrillic
* IPA extensions and Phonetic extensions
* Hiragana and Katakana
Other characters supported in `FONTCHARACTER` (incomplete list):
@ -135,9 +136,9 @@ source file is not encoded as UTF-8.
#include <gint/display.h>
extern font_t uf5x7, uf8x9;
dfont(uf5x7);
dfont(&uf5x7);
dtext(5, 5, C_BLACK, "Mézalors Δ=2 ⇒ ∀x∈S, x⊆Δ");
dfont(uf8x9);
dfont(&uf8x9);
dtext(5, 15, C_BLACK, "Δt+(3-θ²)! Eurêka!");
```

BIN
uf5x7.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 21 KiB

BIN
uf5x7/U+3040.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
uf5x7/U+30A0.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB