1
0
Fork 0
tetris-c/vendor/SDL3_ttf-3.2.2
2026-05-10 00:20:28 +02:00
..
build-scripts Initial Commit 2026-05-10 00:20:28 +02:00
cmake Initial Commit 2026-05-10 00:20:28 +02:00
docs Initial Commit 2026-05-10 00:20:28 +02:00
examples Initial Commit 2026-05-10 00:20:28 +02:00
external Initial Commit 2026-05-10 00:20:28 +02:00
include/SDL3_ttf Initial Commit 2026-05-10 00:20:28 +02:00
mingw/pkg-support/cmake Initial Commit 2026-05-10 00:20:28 +02:00
src Initial Commit 2026-05-10 00:20:28 +02:00
VisualC Initial Commit 2026-05-10 00:20:28 +02:00
Xcode Initial Commit 2026-05-10 00:20:28 +02:00
.clang-format Initial Commit 2026-05-10 00:20:28 +02:00
.editorconfig Initial Commit 2026-05-10 00:20:28 +02:00
.git-hash Initial Commit 2026-05-10 00:20:28 +02:00
.gitmodules Initial Commit 2026-05-10 00:20:28 +02:00
.wikiheaders-options Initial Commit 2026-05-10 00:20:28 +02:00
Android.mk Initial Commit 2026-05-10 00:20:28 +02:00
CHANGES.txt Initial Commit 2026-05-10 00:20:28 +02:00
CMakeLists.txt Initial Commit 2026-05-10 00:20:28 +02:00
INSTALL.md Initial Commit 2026-05-10 00:20:28 +02:00
LICENSE.txt Initial Commit 2026-05-10 00:20:28 +02:00
README.md Initial Commit 2026-05-10 00:20:28 +02:00
REVISION.txt Initial Commit 2026-05-10 00:20:28 +02:00

SDL_ttf 3.0

This library is a wrapper around the FreeType and Harfbuzz libraries, allowing you to use TrueType fonts to render text in SDL applications.

The latest version of this library is available from GitHub: https://github.com/libsdl-org/SDL_ttf/releases

Installation instructions and a quick introduction is available in INSTALL.md

This library is distributed under the terms of the zlib license, available in LICENSE.txt.

This library also uses the following libraries:

Enjoy!

Sam Lantinga (slouken@libsdl.org)