Package sdljava.ttf

Provides the interface to SDL TTF routines defined in SDL_ttf.h

See:
          Description

Class Summary
GlyphMetrics The Glyph Metrics of a font.
SDLTrueTypeFont An instance of TTF_Font.
SDLTTF SDL_ttf is a TrueType font rendering library that is used with the SDL library, and almost as portable.
 

Package sdljava.ttf Description

Provides the interface to SDL TTF routines defined in SDL_ttf.h

Package Specification

Note: Full character set support has been implemented. If your java code is compilied with a proper encoding the text should be correctly displayed. Interally sdljava is calling RenderUTF8 routined int SDL_ttf and therefore should be able to display the various character sets.

Detailed documentation can be found here: