diff --git a/OTFbuild/sheet_config.py b/OTFbuild/sheet_config.py index f0281e5..de72741 100644 --- a/OTFbuild/sheet_config.py +++ b/OTFbuild/sheet_config.py @@ -143,7 +143,7 @@ CODE_RANGE = [ list(range(0x400, 0x530)), # 7: Cyrillic list(range(0xFF00, 0x10000)), # 8: Halfwidth/Fullwidth list(range(0x2000, 0x20A0)), # 9: Uni Punct - list(range(0x370, 0x3CF)), # 10: Greek + list(range(0x370, 0x400)), # 10: Greek list(range(0xE00, 0xE60)), # 11: Thai list(range(0x530, 0x590)), # 12: Armenian list(range(0x10D0, 0x1100)), # 13: Georgian diff --git a/demo.PNG b/demo.PNG index e1308b7..73fe7b4 100644 Binary files a/demo.PNG and b/demo.PNG differ diff --git a/demotext_unaligned.txt b/demotext_unaligned.txt index 52e2f5b..df9611f 100755 --- a/demotext_unaligned.txt +++ b/demotext_unaligned.txt @@ -36,7 +36,7 @@ How multilingual? Real multilingual! 􏻬სწრაფი ყავისფერი მელა გადაახტა ზარმაც ძაღლს ᲘᲜᲢᲔᲚ ᲞᲔᲜᲢᲘᲣᲛᲘ ᲛᲘᲙᲠᲝᲞᲠᲝᲪᲔᲡᲝᲠᲘ􀀀 􏻬ऋषियों को सताने वाले दुष्ट राक्षसों के राजा रावण का सर्वनाश करने वाले विष्णुवतार भगवान श्रीराम अयोध्या के महाराज दशरथ के􀀀 􏻬Kæmi ný öxi hér, ykist þjófum nú bæði víl og ádrepa􀀀 -􏻬Ċuaiġ bé ṁórṡáċ le dlúṫspád fíoꝛḟinn trí hata mo ḋea-ṗoꝛcáin ḃig􀀀 +􏻬Scríoḃ Fergus ⁊ a ṁáṫaır dán le peann úr􀀀 􏻬あめつちほしそら やまかはみねたに くもきりむろこけ ひといぬうへすゑ ゆわさるおふせよ えの𛀁をなれゐて􀀀 􏻬トリナクコヱス ユメサマセ ミヨアケワタル ヒンカシヲ ソライロハエテ オキツヘニ ホフネムレヰヌ モヤノウチ􀀀 􏻬田居に出で 菜摘むわれをぞ 君召すと 求食り追ひゆく 山城の 打酔へる子ら 藻葉干せよ え舟繋けぬ􀀀 @@ -134,7 +134,7 @@ How multilingual? Real multilingual! ⁃ General Punctuations ⁃ Georgian􏿆ჼ􀀀 ⁃ Georgian Extended -⁃ Greek and Coptic􏿆ᴱ􀀀 +⁃ Greek and Coptic ⁃ Greek Extended ⁃ Halfwidth and Fullwidth Forms ⁃ Hangul Compatibility Jamo @@ -161,8 +161,8 @@ How multilingual? Real multilingual! ⁃ Tamil ⁃ Thai - 􏿆ᴱ􀀀  No support for Coptic    􏿆ᴬ􀀀 Uppercase only - 􏿆ᶠⁱ􀀀  No support for ligatures 􏿆ჼ􀀀 Mkhedruli only + 􏿆ᶠⁱ􀀀  No support for ligatures + 􏿆ᴬ􀀀  Uppercase only 􏿆ჼ􀀀 Mkhedruli only 􏿆⁶􀀀 􏿆¹²·¹􀀀 Up to the specified Unicode version GitHub’s issue page is open! You can report any 􏽕errors􀀀, or leave 􏽕suggestions􀀀. You can help this font to be more versatile. (for more languages, more frameworks) 􏽕Clone􀀀 this repo, make changes, and make a 􏽕pull request􀀀! I appreciate any and all supports. \ No newline at end of file diff --git a/keming_calculator.html b/keming_calculator.html index f637ad9..26433ca 100644 --- a/keming_calculator.html +++ b/keming_calculator.html @@ -579,15 +579,15 @@ const EXAMPLES = [ { zones: 'BDFGH', wye: false, chars: '\u027A', desc: 'BDFGH' }, { zones: 'BG', wye: true, chars: '/', desc: 'BG(Y)' }, { zones: 'CD', wye: false, chars: '\u10B5', desc: 'CD' }, - { zones: 'CDEF', wye: true, chars: '\u03A6', desc: 'CDEF(Y)' }, - { zones: 'CDEFGH', wye: false, chars: 'a,c,e', desc: 'CDEFGH' }, + { zones: 'CDEF', wye: true, chars: '\u03A6,v', desc: 'CDEF(Y)' }, + { zones: 'CDEFGH', wye: false, chars: 'a,e', desc: 'CDEFGH' }, { zones: 'CDEFGHJK', wye: false, chars: 'g', desc: 'CDEFGHJK' }, { zones: 'CDEFGHK', wye: false, chars: '\u019E', desc: 'CDEFGHK' }, + { zones: 'CDEFGH', wye: true, chars: 'A', desc: 'CDEFGH(Y)' }, + { zones: 'CDEGH', wye: false, chars: 'c', desc: 'CDEGH' }, { zones: 'AB', wye: true, chars: 'Y', desc: 'AB(Y)' }, { zones: 'ABCD', wye: true, chars: 'V', desc: 'ABCD(Y)' }, - { zones: 'CDEF', wye: true, chars: 'v', desc: 'CDEF(Y)' }, { zones: 'EFGH', wye: true, chars: '\u028C', desc: 'EFGH(Y)' }, - { zones: 'CDEFGH', wye: true, chars: 'A', desc: 'CDEFGH(Y)' }, ]; function buildExamples() { diff --git a/src/assets/ascii_variable.tga b/src/assets/ascii_variable.tga index 48ebc2c..58282a3 100755 --- a/src/assets/ascii_variable.tga +++ b/src/assets/ascii_variable.tga @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d57e59c924b0fc211f5474b25cb07de345f4f7322ebce8e2fcfcf0dc70203b40 +oid sha256:e758b414116890efd097f2f4befd7bc196a9b69bb8291a1409ffae43e2566ceb size 327698 diff --git a/src/assets/greek_variable.tga b/src/assets/greek_variable.tga index 2372723..163d2ee 100755 --- a/src/assets/greek_variable.tga +++ b/src/assets/greek_variable.tga @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:20faeeba488e789f88e70f704819b871ea498e2ce9bcd9c4ed9c48ad565bc248 -size 122898 +oid sha256:9f1e9fc39188c45ffb9e612eaaf5bcd9b7d1f6320dfb5ca3b20e723748f0428e +size 184338 diff --git a/src/net/torvald/terrarumsansbitmap/gdx/TerrarumSansBitmap.kt b/src/net/torvald/terrarumsansbitmap/gdx/TerrarumSansBitmap.kt index 2507e91..fa046a3 100755 --- a/src/net/torvald/terrarumsansbitmap/gdx/TerrarumSansBitmap.kt +++ b/src/net/torvald/terrarumsansbitmap/gdx/TerrarumSansBitmap.kt @@ -2697,7 +2697,7 @@ class TerrarumSansBitmap( 0x400..0x52F, // SHEET_CYRILIC_VARW 0xFF00..0xFFFF, // SHEET_HALFWIDTH_FULLWIDTH_VARW 0x2000..0x209F, // SHEET_UNI_PUNCT_VARW - 0x370..0x3CE, // SHEET_GREEK_VARW + 0x370..0x3FF, // SHEET_GREEK_VARW 0xE00..0xE5F, // SHEET_THAI_VARW 0x530..0x58F, // SHEET_HAYEREN_VARW 0x10D0..0x10FF, // SHEET_KARTULI_VARW diff --git a/work_files/ascii_variable.psd b/work_files/ascii_variable.psd index 42a0a81..dd72d2d 100644 --- a/work_files/ascii_variable.psd +++ b/work_files/ascii_variable.psd @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fc0afd8ab379aedb3c9e74fe224bad91477d607899dd5670753f96983175dc47 -size 348831 +oid sha256:5b4082cef20951f79448bf466f10c6c8e693048146898c8dbb28f00974fb67c1 +size 348843 diff --git a/work_files/greek_variable.psd b/work_files/greek_variable.psd index da5d8cd..76df846 100644 --- a/work_files/greek_variable.psd +++ b/work_files/greek_variable.psd @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d114faeee6cf106fc6d638d6e163989329e7add1c27dcd04e4872cfb844016cf -size 206969 +oid sha256:eaf4fc10936668836708e6350a590682b7b97543d0d3319c50da2165b2ee39cb +size 211085 diff --git a/work_files/maths1_extrawide_variable.kra b/work_files/maths1_extrawide_variable.kra new file mode 100644 index 0000000..1179493 --- /dev/null +++ b/work_files/maths1_extrawide_variable.kra @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1075506a1a8e6b71525aacf8cc5593fcc8ed35c711af14ae081c5ce3d1868cb9 +size 69809 diff --git a/work_files/unipunct_variable.psd b/work_files/unipunct_variable.psd index df6fe3b..1892baa 100644 --- a/work_files/unipunct_variable.psd +++ b/work_files/unipunct_variable.psd @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9c1130a43c4b14a7851ca8a8129abcadbccd42630eafb56660e2039cb9ee9813 -size 195094 +oid sha256:8c5e8d8e6b31e84fc8431f6318e87054e51104ea318d2f8526367613e7ed1982 +size 180790