SDL_ttf for Euphoria
March 22, 2006
Mark K. Akita - mkakita@juno.com



Introduction

Salutations! SDL_ttf is a library for rendering TrueType fonts to an SDL surface.  Once the text has been drawn it can be blitted and displayed.  SDL_ttf.ew is a header file that allows you to use the SDL_ttf library in Euphoria programs.    

SDL_ttf is distributed under the GNU Lesser Public License.  
SDL was written by Sam Lantinga and is distributed under the GNU Lesser Public License.  
For more information about SDL visit the official website http://www.libsdl.org

Included Files

The following files are included with this SDL_mixer wrapper package:
Readme.txt - this file in plain text form
Readme.html - this file in html form
SDL.dll - the SDL dynamic link library
SDL_ttf - the SDL_ttf dynamic link library
Sdl_wrap.ew - the euphoria wrapper include file for SDL
Sdl_ttf.ew - the euphoria wrapper include file for SDL_ttf
Test_TTF01.exw -
Test_TTF02.exw -  3 demo Euphoria programs that use SDL_ttf
Test_TTF03.exw -
Fonts - a folder containing the fonts used in the demo programs.

Send comments & feedback to mkakita@juno.com