mirror of
https://github.com/curioustorvald/Terrarum-sans-bitmap.git
synced 2026-03-11 05:41:51 +09:00
PUA realloc; tamil ligatures
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user