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

Wide glyph fixes #24

Open
3 tasks
slavfox opened this issue Jun 22, 2020 · 0 comments
Open
3 tasks

Wide glyph fixes #24

slavfox opened this issue Jun 22, 2020 · 0 comments
Labels
build/deployment CozetteBitmap CozetteBitmap problems feature request New feature or request glyph problems Something isn't working

Comments

@slavfox
Copy link
Owner

slavfox commented Jun 22, 2020

A lot of codepoints corresponding to wide glyphs are implemented as narrow. The big codepoints have a lot of problems in general.

  • Redo ttfbuilder to read glyphs from the .sfd instead of the generated .bdf. BDF fonts don't contain codepoints above U+FFFF.
  • Add lint command to build.py to flag incorrect glyph widths
  • Redraw wide glyphs to actually make use of the extra five pixels
@slavfox slavfox added glyph problems Something isn't working feature request New feature or request build/deployment CozetteBitmap CozetteBitmap problems labels Jun 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build/deployment CozetteBitmap CozetteBitmap problems feature request New feature or request glyph problems Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant