sdl2-ttfv2.24.0
- Updated
A library for rendering TrueType fonts with SDL
- Project website: https://www.libsdl.org/projects/SDL_ttf/
#Usage
sdl2-ttf provides CMake targets:
find_package(SDL2_ttf CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:SDL2_ttf::SDL2_ttf>,SDL2_ttf::SDL2_ttf,SDL2_ttf::SDL2_ttf-static>)#Supported Platforms
All platforms supported.
#Features
No default features.
#harfbuzz
Enable HarfBuzz support
Host Dependencies:
4 transitive dependencies:
- vcpkg-cmake (through vcpkg-cmake-get-vars)
- vcpkg-cmake-config (through freetype)
- vcpkg-cmake-get-vars (through vcpkg-tool-meson)
- vcpkg-tool-meson (through harfbuzz)
#Dependencies
#Host Dependencies
and one transitive dependency:
vcpkg-cmake-get-vars (through libpng)
Platforms:
arm & android
#Host Tool For
No ports use this.
#Contributors
codicodi
Alexander Karatarakis
Robert Schumacher
Stanislav Ershov
Tobias Markus
Daniel
Helco
Antonio Maiorano
pravic
Stefano Sinigardi
Billy O'Neal
Rémy Tassoux
autoantwort
Kai Pastor
Pierre Wendling
jim wang
JonLiu1993
Emilian R
#Changelog
Show 11 earlier changes
2ad118aAdd missing version.rc file to sdl2 libraries.deee8c1[sdl2-gfx][sdl2-image][sdl2-mixer][sdl2-net][sdl2-ttf] Fix accidental link of release libs in debug mode.26516fevcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)dc4998b[sdl2] Prevent exports in static build9a3e8f3Add sdl2-ttf