Pending issues in 0.2.0 (FreeType) version
See original GitHub issueThis version is currently in dev
branch. Please, post here all found bugs.
- All previously reported “broken” fonts should work now.
- Better look for many fonts (forced hinting)
- May be… even better look for monochrome output (special monochrome hinter used)
Pending things are internal, not visible to end users:
- Code cleanup, drop opentype.js use everywhere
- Review FreeType calls, is anyone has experience
- Improve build scripts for FreeType (current ones are ugly)
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Glyphs quality · Issue #15 · lvgl/lv_font_conv - GitHub
I declined use of native FreeType, because installation difficulties would make package not useable for end customers. JS renderer, used here is ...
Read more >pip install labelme failing because FreeType version 2.3 or ...
I had the same problem while installing labelme library. I runed Anaconda Prompt as administrator and typed "conda install -c conda-forge ...
Read more >The FreeType Project
See here for a extensive list of changes; noteworthy bug fixes are correct handling of B/W TrueType hinting and some OpenType variation font...
Read more >freetype-py - PyPI
FreeType (high-level Python API). Freetype Python provides bindings for the FreeType library. Only the high-level API is bound.
Read more >NEWS
systemfonts 0.2.3. Replace the buggy Freetype cache subsystem with own implementation; Fix indexing bug in glyph_metrics(). systemfonts 0.2.2. Fix remaining ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Released 0.2.0
We removed
opentype.js
use almost everywhere. But still use it to extract kerning pairs fromGSUB
table, because FreeType does not support that. Many modern fonts don’t havekern
tables, and useGSUB
only. Example - Roboto font.