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

Generating font data fails #28

Open
Fingolfin1196 opened this issue Aug 26, 2019 · 0 comments
Open

Generating font data fails #28

Fingolfin1196 opened this issue Aug 26, 2019 · 0 comments

Comments

@Fingolfin1196
Copy link

When trying to generate the font data for one of the preconfigured fonts (in this case Latin Modern) using make Latin-Modern, the generation runs for quite some time before failing with the following error message (that I have cleaned up a little bit):

Traceback (most recent call last):
  File "splitFont.py", line 782, in <module>
    raise BaseException("Unable to find the glyph " + glyph.glyphname)
BaseException: Unable to find the glyph space
make: *** [Makefile:47: Latin-Modern/HTML-CSS/fontdata.js] Error 1

This is after fixing a few issues with the scripts and configuring the options so that most of the process works, but for some reason, it can't find the space character.

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