Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 887 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 887 Bytes

sdl2-ttf

Build Status

Haskell bindings to SDL2_ttf

Haskell bindings for the True Type Font library for SDL.

Both the raw and the higher level bindings should allow you to use any aspect of the original SDL2_ttf library. Please report an issue if you encounter a bug or feel that something is missing.

Install
git clone git@github.com:haskell-game/sdl2-ttf.git
cd sdl2-ttf
cabal install
Example

A small example executable is included with the library. It loads a given font and uses it to display text in various ways. You can find it in the example directory.

cd sdl2-ttf
cabal configure -fexample
cabal run path/to/some/font.type