wiki:SDLTtf

Version 2 (modified by trac, 17 years ago) ( diff )

--

Up

SDL_ttf-2.0.7

Introduction to SDL_ttf

The SDL_ttf package is a TrueType font rendering library that is used with the SDL library, and almost as portable. It depends on freetype2 to handle the TrueType font data. It allows a programmer to use multiple TrueType fonts without having to code a font rendering routine themselves.

Package Information

SDL_ttf Dependencies

Required

SDL-1.2 (see BLFS)

FreeType 2.0 or newer(except FreeType 2.1.3) (see BLFS)

Installation of SDL_ttf

Install SDL_ttf by running the following commands:

./configure --prefix=/usr &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Contents

Installed Library: libSDL_ttf

Installed Directory: /usr/include/SDL

Short Descriptions

libSDL_ttf.[so,a] -- contains functions for SDL_ttf

Up

Note: See TracWiki for help on using the wiki.