mirror of
https://github.com/curioustorvald/Terrarum-sans-bitmap.git
synced 2026-06-06 05:58:30 +09:00
support for Miscellaneous Technical
This commit is contained in:
@@ -192,7 +192,7 @@ CODE_RANGE = [
|
|||||||
list(range(0x1680, 0x16A0)), # 48: Ogham
|
list(range(0x1680, 0x16A0)), # 48: Ogham
|
||||||
list(range(0x2C80, 0x2D00)), # 49: Coptic
|
list(range(0x2C80, 0x2D00)), # 49: Coptic
|
||||||
list(range(0x1E030, 0x1E090)), # 50: Cyrillic Ext D
|
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)
|
CODE_RANGE_HANGUL_COMPAT = range(0x3130, 0x3190)
|
||||||
|
|||||||
BIN
demo.PNG
BIN
demo.PNG
Binary file not shown.
|
Before Width: | Height: | Size: 179 KiB After Width: | Height: | Size: 179 KiB |
@@ -152,6 +152,7 @@ How multilingual? Real multilingual!
|
|||||||
⁃ Small Kana Extension
|
⁃ Small Kana Extension
|
||||||
⁃ Letterlike Symbols
|
⁃ Letterlike Symbols
|
||||||
⁃ Mathematical Operators
|
⁃ Mathematical Operators
|
||||||
|
⁃ Miscellaneous Technical
|
||||||
⁃ Number Forms
|
⁃ Number Forms
|
||||||
⁃ Ogham
|
⁃ Ogham
|
||||||
⁃ Optical Character Recognition
|
⁃ Optical Character Recognition
|
||||||
|
|||||||
Binary file not shown.
@@ -2747,7 +2747,7 @@ class TerrarumSansBitmap(
|
|||||||
0x1680..0x169F, // SHEET_OGHAM_VARW
|
0x1680..0x169F, // SHEET_OGHAM_VARW
|
||||||
0x2C80..0x2CFF, // SHEET_COPTIC_VARW
|
0x2C80..0x2CFF, // SHEET_COPTIC_VARW
|
||||||
0x1E030..0x1E08F, // SHEET_CYRILIC_EXTD_VARW
|
0x1E030..0x1E08F, // SHEET_CYRILIC_EXTD_VARW
|
||||||
0x2200..0x22FF, // SHEET_MATHS1_VARW
|
0x2200..0x23FF, // SHEET_MATHS1_VARW
|
||||||
)
|
)
|
||||||
private val codeRangeHangulCompat = 0x3130..0x318F
|
private val codeRangeHangulCompat = 0x3130..0x318F
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user