From 23c38a25e67df874e3170ee001f2494b7204b504 Mon Sep 17 00:00:00 2001 From: Lephenixnoir Date: Sun, 27 Jun 2021 17:05:20 +0200 Subject: [PATCH] uf8x9: add blocks in README --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b534317..cb22f1c 100644 --- a/README.md +++ b/README.md @@ -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.