libsdl-org / SDL_ttf

Support for TrueType (.ttf) font files with Simple Directmedia Layer.
zlib License
343 stars 116 forks source link

FreeType version update? #332

Closed slouken closed 5 months ago

slouken commented 5 months ago

The latest release of FreeType is 2.13.2, should we update our pinned version for the SDL_ttf release?

sezero commented 5 months ago

I can do that in a few days I think. For SDL2 before release too?

slouken commented 5 months ago

Yes. I'll do another RC build once you've updated the FreeType version.

sezero commented 5 months ago

Upgrade is done, closing.

sezero commented 5 months ago

@slouken: Your 2.21.2 prerelease tarball still has the old freetype 2.13.0 in it. Something is still broken.

slouken commented 5 months ago

Investigating...

sezero commented 5 months ago

... binaries most likely have the old version built in, too..

slouken commented 5 months ago

Ironically, the binaries were built with the updated version. I'm uploading fixed archives now. Thanks for the catch!

slouken commented 5 months ago

Done!

sezero commented 5 months ago

Ironically, the binaries were built with the updated version. I'm uploading fixed archives now. Thanks for the catch!

To make sure, TTF_GetFreeTypeVersion() returns the correct version, yes?

slouken commented 5 months ago

Yes.