Skip to content

Fix inconsisent bounding box sizes at the same subpixel positions

Alex Butler requested to merge (removed):consistent-subpixel-bounding-box into master

It is incorrect API usage to call FontInfo::get_glyph_bitmap_box_subpixel with non-fractional shift values. Maybe we should add a debug_assert for that in stb_truetype-rs?

Solves render bug discussed in #121 (closed) @Fredrik

Edited by Alex Butler

Merge request reports