1
0

Further tweaking

This is already an exceptional result. I need to verify this on an
actual device, but I'm pretty happy with the results so far!
This commit is contained in:
2026-03-02 02:03:41 +01:00
parent 681adb467c
commit e8ea8d204b
3 changed files with 38 additions and 20 deletions

View File

@@ -133,8 +133,8 @@ def main():
print(f" Copied: {f}")
print(f" {len(sfd_files)} font(s) ready.")
# Step 2: Apply vertical scale to all glyphs
print("\n── Step 2: Vertical scale ──\n")
# Step 2: Apply vertical scale to lowercase glyphs
print("\n── Step 2: Scale lowercase ──\n")
scale_code = load_script_as_function(os.path.join(SCRIPTS_DIR, "scale.py"))