Go to file
Sam Lantinga 1c2b13b743 Renamed DECLSPEC to SDL_DECLSPEC 2024-05-17 17:43:22 -07:00
.github/workflows cmake: disable documentation installation by default 2024-05-02 20:00:07 +02:00
build-scripts wikiheaders: Updated to latest from SDL3. 2024-05-16 11:49:56 -04:00
cmake realy fix cmake/test/main.c for new version api 2024-05-15 23:56:56 +03:00
examples fix build against latest SDL3 (SDL_CreateWindowAndRenderer sig change) 2024-05-01 00:23:50 +03:00
include/SDL3_rtf Renamed DECLSPEC to SDL_DECLSPEC 2024-05-17 17:43:22 -07:00
src Add RTF_Version to symbol version script 2024-05-15 22:49:31 +02:00
.wikiheaders-options Updated for SDL3 version changes 2024-05-15 13:16:44 -07:00
CHANGES.txt Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems. 2013-05-27 00:17:32 -07:00
CMakeLists.txt cmake: disable documentation installation by default 2024-05-02 20:00:07 +02:00
LICENSE.txt Updated copyright for 2024 2024-01-01 13:43:37 -08:00
README.txt Changed license file so GitHub recognizes it as zlib. 2022-06-19 23:59:52 -04: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.


This library allows you to display simple Rich Text Format (RTF) files in
SDL applications.

The RTF format specification is available at:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnrtfspec/html/rtfspec.asp

The showrtf example application relies on the SDL_ttf library for loading
fonts and displaying text.
The SDL_ttf library can be found at: http://www.libsdl.org/projects/SDL_rtf/

To make the library, type './configure' then 'make' to build the SDL rtf
library and the showrtf example application.

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

Enjoy!
	-Sam Lantinga <slouken@libsdl.org>		(8/16/2003)