Header File

The header file may include additional information sdl_ttf.hrl

Exports

linkedVersion()

byteSwappedUNICODE(Int)

init()

openFont(File, PointSize)

openFontIndex(File, PointSize, Index)

openFontRW()

openFontIndexRW()

getFontStyle(Font)

setFontStyle(Font, FontStyle)

fontHeight(Font)

fontAscent(Font)

fontDescent(Font)

fontLineSkip(Font)

fontFaces(Font)

fontFaceIsFixedWidth(Font)

fontFaceFamilyName(Font)

fontFaceStyleName(Font)

glyphMetrics(Font, Ch)

sizeText(Font, Text)

sizeUTF8(Font, Text)

sizeUNICODE(Font, Text)

renderTextSolid(Font, Text, FgColor)

renderUTF8Solid(Font, Text, FgColor)

renderUNICODESolid(Font, Text, FgColor)

renderGlyphSolid(Font, Glyph, FgColor)

renderTextShaded(Font, Text, FgColor, BgColor)

renderUTF8Shaded(Font, Text, FgColor, BgColor)

renderUNICODEShaded(Font, Text, FgColor, BgColor)

renderGlyphShaded(Font, Glyph, FgColor, BgColor)

renderTextBlended(Font, Text, FgColor)

renderUTF8Blended(Font, Text, FgColor)

renderUNICODEBlended(Font, Text, FgColor)

renderGlyphBlended(Font, Glyph, FgColor)

closeFont(Font)

quit()

wasInit()

setError(_Error)

getError()