-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SubpixelAA FreeType rasterize_glyph fix (#254)
* Add failing test for #252 * Change bytes_per_pixel to usize. * Add checks to avoid confusing runtime exceptions. * Fix bitmap_size in FreeType rasterize_glyph for MODE_LCD* * Fix buffer checks in blit_from * Revert "Change bytes_per_pixel to usize." This reverts commit a8231d7. * Fix missing cast due to revert
- Loading branch information
Showing
3 changed files
with
80 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters