mirror of
https://github.com/curioustorvald/Terrarum-sans-bitmap.git
synced 2026-06-18 11:24:04 +09:00
Compare commits
4 Commits
fb935ab28f
...
69f868c3e8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
69f868c3e8 | ||
|
|
a1147c8611 | ||
|
|
4bd8febfdf | ||
|
|
04fbddb200 |
@@ -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):
|
||||||
|
|||||||
@@ -273,7 +273,7 @@ def _generate_hangul_gsub(glyphs, has, jamo_data):
|
|||||||
continue
|
continue
|
||||||
for f in [0, 1]:
|
for f in [0, 1]:
|
||||||
try:
|
try:
|
||||||
row_ng = SC.get_han_initial_row(1, idx, f)
|
row_ng = SC.get_han_initial_row(2, idx, f)
|
||||||
except (ValueError, KeyError):
|
except (ValueError, KeyError):
|
||||||
continue
|
continue
|
||||||
jung_groups_general.setdefault((row_ng, f), []).append(jcp)
|
jung_groups_general.setdefault((row_ng, f), []).append(jcp)
|
||||||
|
|||||||
@@ -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.
BIN
demo.PNG
BIN
demo.PNG
Binary file not shown.
|
Before Width: | Height: | Size: 177 KiB After Width: | Height: | Size: 178 KiB |
@@ -153,6 +153,7 @@ How multilingual? Real multilingual!
|
|||||||
⁃ Letterlike Symbols
|
⁃ Letterlike Symbols
|
||||||
⁃ Number Forms
|
⁃ Number Forms
|
||||||
⁃ Ogham
|
⁃ Ogham
|
||||||
|
⁃ Optical Character Recognition
|
||||||
⁃ Phonetic Extensions
|
⁃ Phonetic Extensions
|
||||||
⁃ Phonetic Extensions Supplement
|
⁃ Phonetic Extensions Supplement
|
||||||
⁃ Runic
|
⁃ Runic
|
||||||
|
|||||||
BIN
src/assets/bengali_variable.tga
LFS
BIN
src/assets/bengali_variable.tga
LFS
Binary file not shown.
BIN
src/assets/cjkpunct_variable.tga
LFS
BIN
src/assets/cjkpunct_variable.tga
LFS
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
src/assets/hayeren_variable.tga
LFS
BIN
src/assets/hayeren_variable.tga
LFS
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
src/assets/puae000-e0ff.tga
LFS
BIN
src/assets/puae000-e0ff.tga
LFS
Binary file not shown.
BIN
src/assets/unipunct_variable.tga
LFS
BIN
src/assets/unipunct_variable.tga
LFS
Binary file not shown.
@@ -2733,7 +2733,7 @@ class TerrarumSansBitmap(
|
|||||||
0xF0520..0xF057F, // SHEET_CODESTYLE_ASCII_VARW
|
0xF0520..0xF057F, // SHEET_CODESTYLE_ASCII_VARW
|
||||||
0xFB00..0xFB17, // SHEET_ALPHABETIC_PRESENTATION_FORMS
|
0xFB00..0xFB17, // SHEET_ALPHABETIC_PRESENTATION_FORMS
|
||||||
0x1B000..0x1B16F, // SHEET_HENTAIGANA_VARW
|
0x1B000..0x1B16F, // SHEET_HENTAIGANA_VARW
|
||||||
0x2400..0x243F, // SHEET_CONTROL_PICTURES_VARW
|
0x2400..0x244F, // SHEET_CONTROL_PICTURES_VARW
|
||||||
0x1FB00..0x1FBFF, // SHEET_LEGACY_COMPUTING_VARW
|
0x1FB00..0x1FBFF, // SHEET_LEGACY_COMPUTING_VARW
|
||||||
0xA640..0xA69F, // SHEET_CYRILIC_EXTB_VARW
|
0xA640..0xA69F, // SHEET_CYRILIC_EXTB_VARW
|
||||||
0x2DE0..0x2DFF, // SHEET_CYRILIC_EXTA_VARW
|
0x2DE0..0x2DFF, // SHEET_CYRILIC_EXTA_VARW
|
||||||
|
|||||||
BIN
work_files/bengali_variable.psd
LFS
BIN
work_files/bengali_variable.psd
LFS
Binary file not shown.
BIN
work_files/cjkpunct_variable.psd
LFS
BIN
work_files/cjkpunct_variable.psd
LFS
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
work_files/hayeren_variable.psd
LFS
BIN
work_files/hayeren_variable.psd
LFS
Binary file not shown.
Binary file not shown.
BIN
work_files/kana_variable.kra
LFS
BIN
work_files/kana_variable.kra
LFS
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
work_files/puae000-e0ff.psd
LFS
BIN
work_files/puae000-e0ff.psd
LFS
Binary file not shown.
BIN
work_files/unipunct_variable.psd
LFS
BIN
work_files/unipunct_variable.psd
LFS
Binary file not shown.
Reference in New Issue
Block a user