alexheretic / ab-glyph

Rust API for loading, scaling, positioning and rasterizing OpenType font glyphs
Apache License 2.0
372 stars 24 forks source link

Cantarell rendered with black boxes #57

Closed treetertot closed 2 years ago

treetertot commented 2 years ago

My repository https://github.com/treetertot/cantarell_test demonstrates an issue in how ab_glyph renders Cantarell. There are large rectangles over many of the letters that do not appear when rendered by gtk.

I've cloned ab_glyph and am still tracking down the exact problem myself.

alexheretic commented 2 years ago

Thanks! It seems the font glyph outlines implicitly "close" and we weren't doing that. I've added that in #58.

treetertot commented 2 years ago

Oh great! That fixed it