Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reset char size even if bitmap buffer is null #243

Merged
merged 1 commit into from
May 18, 2024
Merged

Commits on May 18, 2024

  1. Reset char size even if bitmap buffer is null

    I was getting incorrect bounds for glyphs after rasterizing the
    space(' ') glyph.
    In rasterize_glyph(), there is an early return if the bitmap buffer is
    null (as it is a space) and because of that the char size is not reset
    correctly. Then if you call raster_bounds for another glyph it loads it
    with the rasterize char size.
    indefini committed May 18, 2024
    Configuration menu
    Copy the full SHA
    6f1dbad View commit details
    Browse the repository at this point in the history