SDL_ttf icon indicating copy to clipboard operation
SDL_ttf copied to clipboard

Support for TrueType (.ttf) font files with Simple Directmedia Layer.

Results 46 SDL_ttf issues
Sort by recently updated
recently updated
newest added

This is really a feature request/limitation, but I'll write the issue template as though it was a bug, because that makes it easier to see what's going on. It might...

While packaging a snapshot in Debian I noticed that when man pages are enabled, this library installs `UNICODE_BOM_NATIVE(3)`, which isn't in the SDL or `TTF_` namespace and seems likely to...

The first screenshot is SDL2: The second screenshot is SDL3:

This PR extends the new text rendering api to support the gpu api. It's still not ready for merging but the reason I am creating the PR is so that...

Hello. I'm trying to build TTF with SDL3 and CMake and getting these errors. My CMakeLists ``` ExternalProject_Add(SDL3 PREFIX "${CMAKE_BINARY_DIR}/external" GIT_REPOSITORY "https://github.com/libsdl-org/SDL" GIT_TAG "6771a6020da5052e22930c36cb1070a4c048ba3c" CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${CMAKE_BINARY_DIR}/external/installed -DSDL_STATIC=ON -DMSVC_RUNTIME_LIBRARY=MultiThreaded -DFORCE_STATIC_VCRT=ON )...

Android: build SDL_TextEngine and option not to build it