-
Notifications
You must be signed in to change notification settings - Fork 74
SDL_ttf
Tangent 128 edited this page Mar 28, 2015
·
3 revisions
Additional module for SDL_ttf.
local ttf = require "SDL.ttf"
Object | Description |
---|---|
Font | Font object that maps TTF_Font |
Table | Description |
---|---|
ttf.fontStyle | Font style rendering |
ttf.fontHinting | Font hinting |
Function | Description |
---|---|
ttf.init | Initialize the module |
ttf.open | Open a font |
ttf.quit | Close the module |