Broken data on glyph bitmaps extract
See original GitHub issueRef: https://forum.littlevgl.com/t/font-v6-0-use-lv-font-conv-tool-make-the-font-can-not-be-displayed/558
Dumped glyphs have missed contours:
./lv_font_conv.js --font ../LCDMono2Bold.ttf --bpp 4 -r 0x20-0x7f --size 40 --format dump -o 1111
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Glyph rendering bug with bitmap OT-SVG fonts
Glyphs that consist of a single-colored bitmap image are not rendered in text frames nor in the Glyphs panel.
Read more >pk: how to compute the advance of a given glyph - TeX
I have a correctly scaled bounding box; I have a correctly scaled horizontal advance value. here is what I get, trying to display...
Read more >How do I extract individual glyphs from a bitmap font?
1 Answer 1 ... If you're only going to do it once, a quick and simple way is to just display each character...
Read more >Bitmap Location Table - TrueType Reference Manual
The bitmap location and bitmap data tables support various formats. While the format theoretically permits some features like sparse glyph sets, ...
Read more >Finding common font problems automagically - FontForge
Missing Bitmaps Look through the associated bitmap fonts, and find if there is a bitmap font which is missing versions of glyphs present...
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
@yjjforc please provide a reproducible sample.
fixed in
dev
branch