diff --git a/README.md b/README.md index 03b06a0..b534317 100644 --- a/README.md +++ b/README.md @@ -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 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!"); ``` diff --git a/uf5x7.png b/uf5x7.png index 777c34b..f8aebdd 100644 Binary files a/uf5x7.png and b/uf5x7.png differ diff --git a/uf5x7/U+3040.png b/uf5x7/U+3040.png new file mode 100644 index 0000000..4c40b9f Binary files /dev/null and b/uf5x7/U+3040.png differ diff --git a/uf5x7/U+30A0.png b/uf5x7/U+30A0.png new file mode 100644 index 0000000..4f74a3f Binary files /dev/null and b/uf5x7/U+30A0.png differ