Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Font hinting and rendering has been improved, especially at small pixel sizes. FontHinting::Smooth now works as intended (hinting is only performed on horizontal features, matches macOS-type rendering). There's also a new FontHinting::None option if you wish to disable hinting completely. Fix crash when Config::bitmap_alignment is 0. Add support for Gamepad input. LoadListener::OnFailLoading will now be fired when a non-200 HTTP status code is encountered, this can be used to display custom error pages for 404s and other codes. Fix bug with LoadListener::OnBeginLoading not passing the correct URL that is being loaded into the frame.
- Loading branch information