diff --git a/OTFbuild/sheet_config.py b/OTFbuild/sheet_config.py index e21e709..08c8f76 100644 --- a/OTFbuild/sheet_config.py +++ b/OTFbuild/sheet_config.py @@ -157,7 +157,7 @@ CODE_RANGE = [ list(range(0xA720, 0xA800)), # 27: Latin Ext D list(range(0x20A0, 0x20D0)), # 28: Currencies list(range(0xFFE00, 0xFFFA0)), # 29: Internal - list(range(0x2100, 0x2150)), # 30: Letterlike + list(range(0x2100, 0x2200)), # 30: Letterlike list(range(0x1F100, 0x1F200)), # 31: Enclosed Alphanum Supl list(range(0x0B80, 0x0C00)) + list(range(0xF00C0, 0xF0100)), # 32: Tamil list(range(0x980, 0xA00)), # 33: Bengali diff --git a/demo.PNG b/demo.PNG index 52a6834..6642950 100644 Binary files a/demo.PNG and b/demo.PNG differ diff --git a/demotext_unaligned.txt b/demotext_unaligned.txt index 8e771f5..7500d00 100755 --- a/demotext_unaligned.txt +++ b/demotext_unaligned.txt @@ -116,6 +116,7 @@ How multilingual? Real multilingual! ⁃ Latin Extended Additional ⁃ Latin Extended-A/B/C/D ⁃ Armenian +⁃ Arrows ⁃ Bengali􏿆ᶠⁱ􀀀 ⁃ Braille Patterns ⁃ Cherokee􏿆⁷􀀀 @@ -146,6 +147,7 @@ How multilingual? Real multilingual! ⁃ Katakana Phonetic Extensions ⁃ Kana Supplement ⁃ Kana Extended-A +⁃ Number Forms ⁃ Small Kana Extension ⁃ Letterlike Symbols ⁃ Phonetic Extensions diff --git a/src/assets/letterlike_symbols_variable.tga b/src/assets/letterlike_symbols_variable.tga index 88f4862..f9f5768 100644 --- a/src/assets/letterlike_symbols_variable.tga +++ b/src/assets/letterlike_symbols_variable.tga @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f5ed0220afe8e416205c4b860f84517d3a551c1c10a65af419e2ee36f087e4bc -size 102418 +oid sha256:51b10716fe62e0ee76ab0ab610d8a401ce11cec4a69c7ff7b1a15c74c6b383d6 +size 327698 diff --git a/src/net/torvald/terrarumsansbitmap/gdx/TerrarumSansBitmap.kt b/src/net/torvald/terrarumsansbitmap/gdx/TerrarumSansBitmap.kt index 281c783..f160c5c 100755 --- a/src/net/torvald/terrarumsansbitmap/gdx/TerrarumSansBitmap.kt +++ b/src/net/torvald/terrarumsansbitmap/gdx/TerrarumSansBitmap.kt @@ -2715,7 +2715,7 @@ class TerrarumSansBitmap( 0xA720..0xA7FF, // SHEET_EXTD_VARW 0x20A0..0x20CF, // SHEET_CURRENCIES_VARW 0xFFE00..0xFFF9F, // SHEET_INTERNAL_VARW - 0x2100..0x214F, // SHEET_LETTERLIKE_MATHS_VARW + 0x2100..0x21FF, // SHEET_LETTERLIKE_MATHS_VARW 0x1F100..0x1F1FF, // SHEET_ENCLOSED_ALPHNUM_SUPL_VARW (0x0B80..0x0BFF) + (0xF00C0..0xF00FF), // SHEET_TAMIL_VARW 0x980..0x9FF, // SHEET_BENGALI_VARW diff --git a/work_files/insular_variable.psd b/work_files/insular_variable.psd deleted file mode 100644 index 03b2e0b..0000000 --- a/work_files/insular_variable.psd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b0260fd320b206a39987dcdb5e1d1d3b09acc4204aff13a764c30a548e36470 -size 23974 diff --git a/work_files/kana.psd b/work_files/kana.psd deleted file mode 100644 index 08e3b15..0000000 --- a/work_files/kana.psd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a35f4c8726e36bcab311188e3654ff0baf90eb6decf040473f7ef327c9d7bfe2 -size 230343 diff --git a/work_files/letterlike_symbols_variable.psd b/work_files/letterlike_symbols_variable.psd index bf4ac84..ce29859 100644 --- a/work_files/letterlike_symbols_variable.psd +++ b/work_files/letterlike_symbols_variable.psd @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1e91072280e18b44912dc7666d8deea78f67aa432abc14f7d3896ff13c19db75 -size 367932 +oid sha256:c064727e4db937162339c1a87dcb5c84d88924300469eb09836d6e867f9cc285 +size 374039