You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: