Skip to content

Commit b827c6d

Browse files
committed
Hangul is not a syllabic script, see #3600
1 parent e8c7c12 commit b827c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/fontbakery/profiles/shaping.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ def is_complex_shaper_font(ttFont):
475475
script = ot_tag_to_script(rec.ScriptTag)
476476
if script in USE_SCRIPTS or script in INDIC_SCRIPTS:
477477
return True
478-
if script in ["Khmr", "Mymr", "Hang"]:
478+
if script in ["Khmr", "Mymr"]:
479479
return True
480480
return False
481481

0 commit comments

Comments
 (0)