The source project of this merge request has been removed.
Fix inconsisent bounding box sizes at the same subpixel positions
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