Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile incorrect for hb-subset #123

Open
MattMatic opened this issue Jun 5, 2024 · 1 comment
Open

Makefile incorrect for hb-subset #123

MattMatic opened this issue Jun 5, 2024 · 1 comment

Comments

@MattMatic
Copy link

The current makefile tries to call hb-subset with the same source filename and destination filename.

On WSL Ubuntu, this produces a "Bus error".

Changed the release: first two lines to:
hb-subset --unicodes='*' --name-IDs='*' $(FINAL_FONT) --layout-features="*" -o $(FINAL_FONT).sub
. venv/bin/activate; ttfautohint $(FINAL_FONT).sub $(FINAL_FONT).autohint

So that the subsetted font is saved with extension .sub.

This is part of a broader issue that cannot build release Gulzar to match

@MattMatic
Copy link
Author

Working through setting up a macOS build...

Worth pointing out that HarfBuzz (installed with Homebrew) handles the Makefile hb-subset just fine 🙄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant