OTF hangul base addr remap

This commit is contained in:
minjaesong
2026-03-20 18:30:57 +09:00
parent fb935ab28f
commit 04fbddb200
3 changed files with 3 additions and 3 deletions

View File

@@ -16,8 +16,8 @@ import sheet_config as SC
# PUA range for Hangul jamo variant storage.
# We need space for: max_col * max_row variants.
# Using 0xF0600-0xF1E7F
HANGUL_PUA_BASE = 0xF0600
# Using 0x100000-0x10187F
HANGUL_PUA_BASE = 0x100000
def _compose_bitmaps(a, b, w, h):