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

EnvironmentError: Font generation failed error while patching AnkaCoder font #14

Open
AnwarShah opened this issue Dec 7, 2016 · 0 comments

Comments

@AnwarShah
Copy link

While trying to patch AnkaCoder font, I faced this error

The glyph named Delta is mapped to U+0394.
But its name indicates it should be mapped to U+2206.
The glyph named Omega is mapped to U+03A9.
But its name indicates it should be mapped to U+2126.
The glyph named mu is mapped to U+03BC.
But its name indicates it should be mapped to U+00B5.
Save Failed
Traceback (most recent call last):
  File "./powerline-fontpatcher", line 146, in <module>
    raise SystemExit(main(sys.argv[1:]))
  File "./powerline-fontpatcher", line 143, in main
    return patch_fonts(args.source_font, args.target_fonts, args.rename_font)
  File "./powerline-fontpatcher", line 135, in patch_fonts
    patch_one_font(source_font, target_font, rename_font)
  File "./powerline-fontpatcher", line 127, in patch_one_font
    target_font.generate('{0}{1}'.format(target_font.fullname, extension))
EnvironmentError: Font generation failed

Before it throws this error
TypeError: No such glyph but I used this patch #13 to overcome it.

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