sdl2-ttf v2.22.0
- Created
- Updated
A library for rendering TrueType fonts with SDL
# 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>)
# License
# Supported Platforms
All platforms are supported
# Features
No default features set.
# harfbuzz
Enable HarfBuzz support
Dependencies:
and 4 transitive dependencies:
- gettext-libintl (by gettext )
libiconv (by gettext-libintl )
Platforms:
!linux
Host Dependencies:
4 transitive dependencies:
vcpkg-cmake (by gettext-libintl )
Platforms:
linux
- vcpkg-cmake-config (by freetype )
- vcpkg-cmake-get-vars (by vcpkg-tool-meson )
- vcpkg-tool-meson (by harfbuzz )
# Dependencies
# Host Dependencies
and one transitive dependency:
vcpkg-cmake-get-vars (by libpng )
Platforms:
arm & android
# Dependents
# Host Dependents
No dependents.
# 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
# Changelog
and 10 more commits:
2ad118a
Add 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.26516fe
vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)dc4998b
[sdl2] Prevent exports in static build9a3e8f3
Add sdl2-ttf