question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Pending issues in 0.2.0 (FreeType) version

See original GitHub issue

This 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:closed
  • Created 4 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
puzrincommented, Sep 26, 2019

Released 0.2.0

1reaction
puzrincommented, Sep 14, 2019

We removed opentype.js use almost everywhere. But still use it to extract kerning pairs from GSUB table, because FreeType does not support that. Many modern fonts don’t have kern tables, and use GSUB only. Example - Roboto font.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found