Sam Lantinga
Sam Lantinga
In general, this looks good so far!
@captain0xff, can you rebase and resolve conflicts?
Actually, never mind, I can squash this as a single commit.
Merged, thanks!
I plan to remove this for the SDL_ttf 3.0 update, thanks!
Can you attach a test program and the fonts you're using?
If you're referring to the logical presentation mode differences, we're looking at making SDL3 work like SDL2 again. @icculus signed up for that work. :)
This should be fixed in the latest SDL3 code.
That's really interesting. The documentation for CGImageSourceCreateImageAtIndex() says: ``` index The zero-based index of the image you want. If the index is invalid, this method returns NULL. ``` It seems...
I'm not sure how that's possible... is there a bug in ImageIO where it's using -1 based indices?