Skip to content
Tangent 128 edited this page Mar 28, 2015 · 3 revisions

SDL ttf

Additional module for SDL_ttf.

Module

local ttf = require "SDL.ttf" 

Objects

Object Description
Font Font object that maps TTF_Font

Tables

Table Description
ttf.fontStyle Font style rendering
ttf.fontHinting Font hinting

Functions

Function Description
ttf.init Initialize the module
ttf.open Open a font
ttf.quit Close the module
Clone this wiki locally