Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/libsdl-org/SDL_rtf
Support for Rich Text Format (.rtf) files with Simple Directmedia Layer.
https://github.com/libsdl-org/SDL_rtf
sdl2
Last synced: 3 months ago
JSON representation
Support for Rich Text Format (.rtf) files with Simple Directmedia Layer.
- Host: GitHub
- URL: https://github.com/libsdl-org/SDL_rtf
- Owner: libsdl-org
- License: zlib
- Created: 2021-01-21T04:33:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-18T00:43:26.000Z (9 months ago)
- Last Synced: 2024-05-21T14:12:20.279Z (9 months ago)
- Topics: sdl2
- Language: Perl
- Homepage:
- Size: 1.05 MB
- Stars: 37
- Watchers: 9
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.txt
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-sdl - SDL_rtf
README
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.aspThe 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 (8/16/2003)