contextual visarga

This commit is contained in:
minjaesong
2026-02-27 08:26:19 +09:00
parent e3a3079fb2
commit 95912acc32
6 changed files with 44 additions and 3 deletions

View File

@@ -371,6 +371,9 @@ def build_font(assets_dir, output_path, no_bitmap=False, no_features=False):
try:
fea_stream = io.StringIO(fea_code)
addOpenTypeFeatures(font, fea_stream)
# Obtain raw .fea text for debugging
# with open("debugout_features.fea", "w") as text_file:
# text_file.write(fea_code)
print(" Features compiled successfully")
except Exception as e:
print(f" [WARNING] Feature compilation failed: {e}")