mirror of
https://github.com/curioustorvald/Terrarum-sans-bitmap.git
synced 2026-06-10 16:04:04 +09:00
trigraphs with reph but wip
This commit is contained in:
Binary file not shown.
@@ -666,9 +666,10 @@ def _generate_devanagari(glyphs, has, replacewith_subs=None):
|
|||||||
# --- cjct: consonant (PUA) + below-base RA -> RA-appended form ---
|
# --- cjct: consonant (PUA) + below-base RA -> RA-appended form ---
|
||||||
# After blwf converts virama+RA to rakaar mark, cjct combines it
|
# After blwf converts virama+RA to rakaar mark, cjct combines it
|
||||||
# with the preceding consonant to produce the ra-appended glyph.
|
# with the preceding consonant to produce the ra-appended glyph.
|
||||||
|
# Covers all PUA consonants: basic, nukta forms, AND conjuncts
|
||||||
|
# (e.g. DD.G + rakaar -> DD.G.RA).
|
||||||
cjct_subs = []
|
cjct_subs = []
|
||||||
for uni_cp in range(0x0915, 0x093A):
|
for internal in SC.DEVANAGARI_PRESENTATION_CONSONANTS:
|
||||||
internal = SC.to_deva_internal(uni_cp)
|
|
||||||
ra_form = internal + 480
|
ra_form = internal + 480
|
||||||
if has(internal) and has(ra_sub) and has(ra_form):
|
if has(internal) and has(ra_sub) and has(ra_form):
|
||||||
cjct_subs.append(
|
cjct_subs.append(
|
||||||
|
|||||||
Reference in New Issue
Block a user