mirror of
https://github.com/curioustorvald/Terrarum-sans-bitmap.git
synced 2026-03-07 11:51:50 +09:00
PUA realloc; tamil ligatures
This commit is contained in:
10
.idea/runConfigurations.xml
generated
10
.idea/runConfigurations.xml
generated
@@ -1,10 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="RunConfigurationProducerService">
|
||||
<option name="ignoredProducers">
|
||||
<set>
|
||||
<option value="com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer" />
|
||||
</set>
|
||||
</option>
|
||||
</component>
|
||||
</project>
|
||||
@@ -103,7 +103,7 @@ class TypewriterGDX(val width: Int, val height: Int, val cols: Int) : Game() {
|
||||
CodepointSequence()
|
||||
)
|
||||
|
||||
var keylayoutbase = 0xF3000
|
||||
var keylayoutbase = 0xF9000
|
||||
private val printableKeys = ((Input.Keys.NUM_0..Input.Keys.NUM_9) + (Input.Keys.A..Input.Keys.PERIOD) + 62 + (Input.Keys.BACKSPACE..Input.Keys.SLASH)).toHashSet()
|
||||
|
||||
var initDone = false
|
||||
|
||||
Binary file not shown.
BIN
demo.PNG
BIN
demo.PNG
Binary file not shown.
|
Before Width: | Height: | Size: 150 KiB After Width: | Height: | Size: 151 KiB |
@@ -108,7 +108,7 @@ How multilingual? Real multilingual!
|
||||
|
||||
Basic Latin Latin-1 Supplement Latin Extended-A Latin Extended-B IPA Extensions
|
||||
Spacing Modifier Letters Combining Diacritical Marks Greek and Copticᴱ Cyrillicᴭ Cyrillic Supplementᴭ
|
||||
Armenian Devanagari Bengali Thai Georgianჼ Hangul Jamo Cherokee⁷ Runic Georgian Extended
|
||||
Armenian Devanagariᶠⁱ Bengaliᶠⁱ Thai Georgianჼ Hangul Jamo Cherokee⁷ Runic Georgian Extended
|
||||
Phonetic Extensions Phonetic Extensions Supplement Latin Extended Additional Greek Extended
|
||||
General Punctuations Superscripts and Subscripts Currency Symbols Letterlike Symbols
|
||||
CJK Symbols and Punctuation Latin Extended-C Hiragana Katakana Hangul Compatibility Jamo
|
||||
@@ -116,7 +116,8 @@ How multilingual? Real multilingual!
|
||||
Latin Extended-D Hangul Jamo Extended-A Hangul Syllables Hangul Jamo Extended-B
|
||||
Halfwidth and Fullwidth Forms Kana Supplement⁹ Enclosed Alphanumeric Supplement
|
||||
|
||||
ᴭ No support for archæic letters ᴱ No support for Coptic ჼ Mkhedruli only
|
||||
ᴭ No support for archæic letters ᴱ No support for Coptic
|
||||
ᶠⁱ No support for ligatures ჼ Mkhedruli only
|
||||
⁶ ⁷ ⁹ ¹²·¹ Up to the specified Unicode version
|
||||
|
||||
GitHub’s issue page is open! You can report any errors, or leave suggestions.
|
||||
|
||||
@@ -116,7 +116,7 @@ class TerrarumTypewriterBitmap(
|
||||
if (csv.size != 3) throw IllegalArgumentException("Malformed CSV line: '$it'")
|
||||
val key = csv[0]
|
||||
val sheetname = csv[1]
|
||||
val cpstart = csv[2].toInt() * 256 + 0xF2000
|
||||
val cpstart = csv[2].toInt() * 256 + 0xF9000
|
||||
|
||||
spriteSheetNames[key] = sheetname
|
||||
codepointStart[key] = cpstart
|
||||
|
||||
BIN
work_files/tamil_variable.psd
LFS
BIN
work_files/tamil_variable.psd
LFS
Binary file not shown.
Reference in New Issue
Block a user