You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- calling al_get_glyph_width() on a non-existent codepoint would crash with a stack overflow if a fallback font is defined
- value returned by al_get_glyph_width() was off by two pixels (this is a regression bug caused by a previous commit)
- al_get_glyph_dimensions() would return negative width or height for zero-width or zero-height glyphs
- made data returned by al_get_glyph() consistent with al_get_glyph_dimensions() for zero-width glyphs
0 commit comments