support for Miscellaneous Technical

This commit is contained in:
minjaesong
2026-03-27 21:16:06 +09:00
parent 45027be83c
commit 372ae9b354
6 changed files with 7 additions and 6 deletions

View File

@@ -192,7 +192,7 @@ CODE_RANGE = [
list(range(0x1680, 0x16A0)), # 48: Ogham
list(range(0x2C80, 0x2D00)), # 49: Coptic
list(range(0x1E030, 0x1E090)), # 50: Cyrillic Ext D
list(range(0x2200, 0x2300)), # 51: Maths1
list(range(0x2200, 0x2400)), # 51: Maths1
]
CODE_RANGE_HANGUL_COMPAT = range(0x3130, 0x3190)

BIN
demo.PNG

Binary file not shown.

Before

Width:  |  Height:  |  Size: 179 KiB

After

Width:  |  Height:  |  Size: 179 KiB

View File

@@ -152,6 +152,7 @@ How multilingual? Real multilingual!
Small Kana Extension
Letterlike Symbols
Mathematical Operators
Miscellaneous Technical
Number Forms
Ogham
Optical Character Recognition

Binary file not shown.

View File

@@ -2747,7 +2747,7 @@ class TerrarumSansBitmap(
0x1680..0x169F, // SHEET_OGHAM_VARW
0x2C80..0x2CFF, // SHEET_COPTIC_VARW
0x1E030..0x1E08F, // SHEET_CYRILIC_EXTD_VARW
0x2200..0x22FF, // SHEET_MATHS1_VARW
0x2200..0x23FF, // SHEET_MATHS1_VARW
)
private val codeRangeHangulCompat = 0x3130..0x318F

Binary file not shown.