Go to file
Sam Lantinga 097920c14f Renamed DECLSPEC to SDL_DECLSPEC 2024-05-17 17:42:23 -07:00
.github cmake: disable documentation installation by default 2024-05-02 19:58:42 +02:00
VisualC Updated for SDL3 version changes 2024-05-15 13:24:07 -07:00
VisualC-WinRT project: move SDL_ttf.h into SDL3_ttf subfolder 2023-08-04 14:52:30 +02:00
Xcode Updated for SDL3 version changes 2024-05-15 13:24:07 -07:00
build-scripts wikiheaders: Updated to latest from SDL3. 2024-05-16 11:45:36 -04:00
cmake cmake: SDL_detect_linker needs set(PARENT_SCOPE) 2023-11-06 01:29:29 +01:00
examples Updated to the latest version of SDL 2024-05-14 08:44:31 -07:00
external Renamed DECLSPEC to SDL_DECLSPEC 2024-05-17 17:42:23 -07:00
include/SDL3_ttf Renamed DECLSPEC to SDL_DECLSPEC 2024-05-17 17:42:23 -07:00
mingw/pkg-support/cmake cmake updates for SDL3 2023-01-07 13:49:57 +01:00
src Fix TTF_Version in header 2024-05-15 22:41:00 +02:00
.clang-format Added .editorconfig and .clang-format for SDL_ttf 2023-07-03 07:30:01 -07:00
.editorconfig Added .editorconfig and .clang-format for SDL_ttf 2023-07-03 07:30:01 -07:00
.gitignore Updated SDL_ttf to SDL 3.0 2023-01-04 23:37:01 -08:00
.gitmodules upgrade vendored freetype to 2.13.2 with fixes 2024-01-16 01:20:00 +03:00
.wikiheaders-options Updated for SDL3 version changes 2024-05-15 13:24:07 -07:00
Android.mk Android.mk: remove the subdirectory from public header include path 2023-09-30 17:55:40 +03:00
CHANGES.txt More SDL3 cleanup, added SDL_ttf xcframework for Apple platform 2023-01-11 21:48:24 -08:00
CMakeLists.txt cmake: disable documentation installation by default 2024-05-02 19:58:42 +02:00
LICENSE.txt Updated copyright for 2024 2024-01-01 13:26:30 -08:00
README-versions.md build: Use minor version number for feature releases 2022-05-06 14:37:24 +03:00
README.txt Updated SDL_ttf to SDL 3.0 2023-01-04 23:37:01 -08:00
release_checklist.md Updated for SDL3 version changes 2024-05-15 13:24:07 -07:00

README.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.


SDL_ttf 3.0

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

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

See the header file SDL_ttf.h and the example showfont.c for documentation on this library. This documentation is also available online at https://wiki.libsdl.org/SDL_ttf

Be careful when including fonts with your application, as many of them are copyrighted. The Microsoft fonts, for example, are not freely redistributable and even the free "web" fonts they provide are only redistributable in their special executable installer form (May 1998). There are plenty of freeware and shareware fonts available on the Internet though, and may suit your purposes.

This library is under the zlib license, see the file "LICENSE.txt" for details.

Portions of this software are copyright © 2013 The FreeType Project (www.freetype.org).  All rights reserved.