PUA realloc; tamil ligatures

This commit is contained in:
minjaesong
2021-12-29 13:50:55 +09:00
parent d72ecb5cfd
commit 9672aa8e05
7 changed files with 7 additions and 16 deletions

View File

@@ -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