uf5x7: add Katakana (U+30A0)

This commit is contained in:
Live session user 2021-05-01 22:06:02 +02:00
parent 2b5c74082a
commit 53c33cce25
3 changed files with 2 additions and 2 deletions

View File

@ -135,9 +135,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: 19 KiB

BIN
uf5x7/U+30A0.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB