mirror of
https://github.com/curioustorvald/Terrarum-sans-bitmap.git
synced 2026-03-09 12:51:50 +09:00
Arrow and Number Forms unicode block
This commit is contained in:
@@ -157,7 +157,7 @@ CODE_RANGE = [
|
||||
list(range(0xA720, 0xA800)), # 27: Latin Ext D
|
||||
list(range(0x20A0, 0x20D0)), # 28: Currencies
|
||||
list(range(0xFFE00, 0xFFFA0)), # 29: Internal
|
||||
list(range(0x2100, 0x2150)), # 30: Letterlike
|
||||
list(range(0x2100, 0x2200)), # 30: Letterlike
|
||||
list(range(0x1F100, 0x1F200)), # 31: Enclosed Alphanum Supl
|
||||
list(range(0x0B80, 0x0C00)) + list(range(0xF00C0, 0xF0100)), # 32: Tamil
|
||||
list(range(0x980, 0xA00)), # 33: Bengali
|
||||
|
||||
BIN
demo.PNG
BIN
demo.PNG
Binary file not shown.
|
Before Width: | Height: | Size: 176 KiB After Width: | Height: | Size: 177 KiB |
@@ -116,6 +116,7 @@ How multilingual? Real multilingual!
|
||||
⁃ Latin Extended Additional
|
||||
⁃ Latin Extended-A/B/C/D
|
||||
⁃ Armenian
|
||||
⁃ Arrows
|
||||
⁃ Bengaliᶠⁱ
|
||||
⁃ Braille Patterns
|
||||
⁃ Cherokee⁷
|
||||
@@ -146,6 +147,7 @@ How multilingual? Real multilingual!
|
||||
⁃ Katakana Phonetic Extensions
|
||||
⁃ Kana Supplement
|
||||
⁃ Kana Extended-A
|
||||
⁃ Number Forms
|
||||
⁃ Small Kana Extension
|
||||
⁃ Letterlike Symbols
|
||||
⁃ Phonetic Extensions
|
||||
|
||||
Binary file not shown.
@@ -2715,7 +2715,7 @@ class TerrarumSansBitmap(
|
||||
0xA720..0xA7FF, // SHEET_EXTD_VARW
|
||||
0x20A0..0x20CF, // SHEET_CURRENCIES_VARW
|
||||
0xFFE00..0xFFF9F, // SHEET_INTERNAL_VARW
|
||||
0x2100..0x214F, // SHEET_LETTERLIKE_MATHS_VARW
|
||||
0x2100..0x21FF, // SHEET_LETTERLIKE_MATHS_VARW
|
||||
0x1F100..0x1F1FF, // SHEET_ENCLOSED_ALPHNUM_SUPL_VARW
|
||||
(0x0B80..0x0BFF) + (0xF00C0..0xF00FF), // SHEET_TAMIL_VARW
|
||||
0x980..0x9FF, // SHEET_BENGALI_VARW
|
||||
|
||||
BIN
work_files/insular_variable.psd
LFS
BIN
work_files/insular_variable.psd
LFS
Binary file not shown.
BIN
work_files/kana.psd
LFS
BIN
work_files/kana.psd
LFS
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user