mirror of
https://github.com/curioustorvald/Terrarum-sans-bitmap.git
synced 2026-06-06 05:58:30 +09:00
OTF hangul base addr remap
This commit is contained in:
@@ -16,8 +16,8 @@ import sheet_config as SC
|
|||||||
|
|
||||||
# PUA range for Hangul jamo variant storage.
|
# PUA range for Hangul jamo variant storage.
|
||||||
# We need space for: max_col * max_row variants.
|
# We need space for: max_col * max_row variants.
|
||||||
# Using 0xF0600-0xF1E7F
|
# Using 0x100000-0x10187F
|
||||||
HANGUL_PUA_BASE = 0xF0600
|
HANGUL_PUA_BASE = 0x100000
|
||||||
|
|
||||||
|
|
||||||
def _compose_bitmaps(a, b, w, h):
|
def _compose_bitmaps(a, b, w, h):
|
||||||
|
|||||||
@@ -179,7 +179,7 @@ CODE_RANGE = [
|
|||||||
list(range(0xF0520, 0xF0580)), # 37: Codestyle ASCII
|
list(range(0xF0520, 0xF0580)), # 37: Codestyle ASCII
|
||||||
list(range(0xFB00, 0xFB18)), # 38: Alphabetic Presentation
|
list(range(0xFB00, 0xFB18)), # 38: Alphabetic Presentation
|
||||||
list(range(0x1B000, 0x1B170)), # 39: Hentaigana
|
list(range(0x1B000, 0x1B170)), # 39: Hentaigana
|
||||||
list(range(0x2400, 0x2440)), # 40: Control Pictures
|
list(range(0x2400, 0x2450)), # 40: Control Pictures
|
||||||
list(range(0x1FB00, 0x1FC00)), # 41: Legacy Computing
|
list(range(0x1FB00, 0x1FC00)), # 41: Legacy Computing
|
||||||
list(range(0xA640, 0xA6A0)), # 42: Cyrillic Ext B
|
list(range(0xA640, 0xA6A0)), # 42: Cyrillic Ext B
|
||||||
list(range(0x2DE0, 0x2E00)), # 43: Cyrillic Ext A
|
list(range(0x2DE0, 0x2E00)), # 43: Cyrillic Ext A
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user