uf8x9: add blocks in README

This commit is contained in:
Lephenixnoir 2021-06-27 17:05:20 +02:00
parent 7910e760b9
commit 23c38a25e6
Signed by untrusted user: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 9 additions and 3 deletions

View File

@ -67,6 +67,13 @@ Supported blocks:
* `U+00A0 .. U+00FF` - Latin-1 Supplement (96 chars)
* `U+0100 .. U+017F` - Latin Extended-A (128 chars)
* `U+0370 .. U+03FF` - Greek (144 chars)
* `U+0400 .. U+047F` - Cyrillic (128 chars)
* `U+16A0 .. U+16FF` - Runic (96 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)
Full font:
@ -83,9 +90,8 @@ Python 3 and Pillow (PIL might be okay).
```
It will read each block's position from its file name (which should be on the
form `U\+[0-9A-Fa-f]{4}.png`) and guess the block size from the image
dimensions. For image files with a different name, it will output an anonymous
block.
form `U\+[0-9A-Fa-f]{4}.png`). For image files with a different name, it will
output an anonymous block.
The file `gen-chars.png` provides some character templates for it to render the
full image.