From 2fd3fcfd4684a6c291be267e36a29fff12b9b6d8 Mon Sep 17 00:00:00 2001 From: minjaesong Date: Tue, 14 Apr 2020 06:41:11 +0900 Subject: [PATCH] support for LatinExt-D --- .gitignore | 0 .idea/.name | 0 .idea/artifacts/FontDemoGDX.xml | 0 .idea/artifacts/TerrarumSansBitmap.xml | 0 .idea/codeStyles/Project.xml | 0 .idea/codeStyles/codeStyleConfig.xml | 0 .idea/kotlinc.xml | 0 .idea/libraries/GdxLib.xml | 0 .idea/libraries/KotlinJavaRuntime.xml | 9 + .idea/libraries/TesterLib.xml | 0 .idea/markdown-navigator.xml | 0 .../markdown-navigator/profiles_settings.xml | 0 .idea/misc.xml | 2 +- .idea/modules.xml | 0 .idea/vcs.xml | 0 .idea/workspace.xml | 1122 +++-------------- BuildJAR_TerrarumSansBitmap.iml | 0 CONTRIBUTING.md | 0 CONTRIBUTORS.txt | 0 FontDemoGDX.jar | Bin FontTestGDX/FontTestGDX.iml | 0 FontTestGDX/META-INF/MANIFEST.MF | 0 FontTestGDX/lib/TerrarumSansBitmap.jar | Bin 82009 -> 75467 bytes FontTestGDX/src/FontTestGDX.kt | 0 LICENSE.md | 0 META-INF/MANIFEST.MF | 0 PUA_allocation_chart.xlsx | Bin README.md | 0 alignment_illustration.jpg | Bin assets/ascii_variable.tga | Bin assets/cjkpunct.tga | Bin assets/cyrilic_bulgarian_variable.tga | Bin assets/cyrilic_serbian_variable.tga | Bin assets/cyrilic_variable.tga | Bin assets/devanagari_bengali_variable.tga | Bin assets/diacritical_marks_variable.tga | Bin assets/fullwidth_forms.tga | Bin assets/futhark.tga | Bin assets/greek_polytonic_xyswap_variable.tga | Bin assets/greek_variable.tga | Bin assets/hangul_johab.tga | Bin assets/hayeren_variable.tga | Bin assets/insular_variable.tga | Bin 41004 -> 1894 bytes assets/ipa_ext_variable.tga | Bin assets/kana.tga | Bin assets/kartuli_allcaps_variable.tga | Bin assets/kartuli_variable.tga | Bin assets/latinExtD_variable.tga | Bin 0 -> 286764 bytes assets/latinExt_additional_variable.tga | Bin assets/puae000-e0ff.tga | Bin assets/richtext_furigana.tga | Bin assets/thai_variable.tga | Bin assets/tsalagi_variable.tga | Bin assets/unipunct_variable.tga | Bin assets/wenquanyi.tga.gz | Bin demo.PNG | Bin 149630 -> 149881 bytes demotext.txt | 6 +- font_drawing_template.png | Bin glyph_height_pos_annotation.png | Bin samples/README.md | 0 samples/wikipedia_x86.png | Bin .../torvald/terrarumsansbitmap/GlyphProps.kt | 0 .../terrarumsansbitmap/gdx/GameFontBase.kt | 44 +- .../gdx/PixmapRegionPack.kt | 0 .../gdx/TextureRegionPack.kt | 0 src/net/torvald/terrarumsansbitmap/readme.md | 0 terrarum_sans_cyrillic_2.png | Bin testing.PNG | Bin 18587 -> 14740 bytes testtext.txt | 12 +- width_bit_encoding_annotated.png | Bin 70 files changed, 253 insertions(+), 942 deletions(-) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 .idea/.name mode change 100644 => 100755 .idea/artifacts/FontDemoGDX.xml mode change 100644 => 100755 .idea/artifacts/TerrarumSansBitmap.xml mode change 100644 => 100755 .idea/codeStyles/Project.xml mode change 100644 => 100755 .idea/codeStyles/codeStyleConfig.xml mode change 100644 => 100755 .idea/kotlinc.xml mode change 100644 => 100755 .idea/libraries/GdxLib.xml mode change 100644 => 100755 .idea/libraries/KotlinJavaRuntime.xml mode change 100644 => 100755 .idea/libraries/TesterLib.xml mode change 100644 => 100755 .idea/markdown-navigator.xml mode change 100644 => 100755 .idea/markdown-navigator/profiles_settings.xml mode change 100644 => 100755 .idea/misc.xml mode change 100644 => 100755 .idea/modules.xml mode change 100644 => 100755 .idea/vcs.xml mode change 100644 => 100755 .idea/workspace.xml mode change 100644 => 100755 BuildJAR_TerrarumSansBitmap.iml mode change 100644 => 100755 CONTRIBUTING.md mode change 100644 => 100755 CONTRIBUTORS.txt mode change 100644 => 100755 FontDemoGDX.jar mode change 100644 => 100755 FontTestGDX/FontTestGDX.iml mode change 100644 => 100755 FontTestGDX/META-INF/MANIFEST.MF mode change 100644 => 100755 FontTestGDX/src/FontTestGDX.kt mode change 100644 => 100755 LICENSE.md mode change 100644 => 100755 META-INF/MANIFEST.MF mode change 100644 => 100755 PUA_allocation_chart.xlsx mode change 100644 => 100755 README.md mode change 100644 => 100755 alignment_illustration.jpg mode change 100644 => 100755 assets/ascii_variable.tga mode change 100644 => 100755 assets/cjkpunct.tga mode change 100644 => 100755 assets/cyrilic_bulgarian_variable.tga mode change 100644 => 100755 assets/cyrilic_serbian_variable.tga mode change 100644 => 100755 assets/cyrilic_variable.tga mode change 100644 => 100755 assets/devanagari_bengali_variable.tga mode change 100644 => 100755 assets/diacritical_marks_variable.tga mode change 100644 => 100755 assets/fullwidth_forms.tga mode change 100644 => 100755 assets/futhark.tga mode change 100644 => 100755 assets/greek_polytonic_xyswap_variable.tga mode change 100644 => 100755 assets/greek_variable.tga mode change 100644 => 100755 assets/hangul_johab.tga mode change 100644 => 100755 assets/hayeren_variable.tga mode change 100644 => 100755 assets/insular_variable.tga mode change 100644 => 100755 assets/ipa_ext_variable.tga mode change 100644 => 100755 assets/kana.tga mode change 100644 => 100755 assets/kartuli_allcaps_variable.tga mode change 100644 => 100755 assets/kartuli_variable.tga create mode 100644 assets/latinExtD_variable.tga mode change 100644 => 100755 assets/latinExt_additional_variable.tga mode change 100644 => 100755 assets/puae000-e0ff.tga mode change 100644 => 100755 assets/richtext_furigana.tga mode change 100644 => 100755 assets/thai_variable.tga mode change 100644 => 100755 assets/tsalagi_variable.tga mode change 100644 => 100755 assets/unipunct_variable.tga mode change 100644 => 100755 assets/wenquanyi.tga.gz mode change 100644 => 100755 demo.PNG mode change 100644 => 100755 demotext.txt mode change 100644 => 100755 font_drawing_template.png mode change 100644 => 100755 glyph_height_pos_annotation.png mode change 100644 => 100755 samples/README.md mode change 100644 => 100755 samples/wikipedia_x86.png mode change 100644 => 100755 src/net/torvald/terrarumsansbitmap/GlyphProps.kt mode change 100644 => 100755 src/net/torvald/terrarumsansbitmap/gdx/GameFontBase.kt mode change 100644 => 100755 src/net/torvald/terrarumsansbitmap/gdx/PixmapRegionPack.kt mode change 100644 => 100755 src/net/torvald/terrarumsansbitmap/gdx/TextureRegionPack.kt mode change 100644 => 100755 src/net/torvald/terrarumsansbitmap/readme.md mode change 100644 => 100755 terrarum_sans_cyrillic_2.png mode change 100644 => 100755 testing.PNG mode change 100644 => 100755 testtext.txt mode change 100644 => 100755 width_bit_encoding_annotated.png diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.idea/.name b/.idea/.name old mode 100644 new mode 100755 diff --git a/.idea/artifacts/FontDemoGDX.xml b/.idea/artifacts/FontDemoGDX.xml old mode 100644 new mode 100755 diff --git a/.idea/artifacts/TerrarumSansBitmap.xml b/.idea/artifacts/TerrarumSansBitmap.xml old mode 100644 new mode 100755 diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml old mode 100644 new mode 100755 diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml old mode 100644 new mode 100755 diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml old mode 100644 new mode 100755 diff --git a/.idea/libraries/GdxLib.xml b/.idea/libraries/GdxLib.xml old mode 100644 new mode 100755 diff --git a/.idea/libraries/KotlinJavaRuntime.xml b/.idea/libraries/KotlinJavaRuntime.xml old mode 100644 new mode 100755 index c630c0b..057f1ac --- a/.idea/libraries/KotlinJavaRuntime.xml +++ b/.idea/libraries/KotlinJavaRuntime.xml @@ -3,10 +3,19 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/TesterLib.xml b/.idea/libraries/TesterLib.xml old mode 100644 new mode 100755 diff --git a/.idea/markdown-navigator.xml b/.idea/markdown-navigator.xml old mode 100644 new mode 100755 diff --git a/.idea/markdown-navigator/profiles_settings.xml b/.idea/markdown-navigator/profiles_settings.xml old mode 100644 new mode 100755 diff --git a/.idea/misc.xml b/.idea/misc.xml old mode 100644 new mode 100755 index 0548357..9c0199b --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml old mode 100644 new mode 100755 diff --git a/.idea/vcs.xml b/.idea/vcs.xml old mode 100644 new mode 100755 diff --git a/.idea/workspace.xml b/.idea/workspace.xml old mode 100644 new mode 100755 index f4653ae..fd85832 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -7,13 +7,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - -