The sdl.ttf module exposes the SDL_ttf API without the TTF_ prefix.
See also http://www.libsdl.org/projects/SDL_ttf/
int TTF_FontLineSkip(TTF_Font const *)
SDL_Surface * TTF_RenderUTF8_Blended(TTF_Font *, char const *, SDL_Color)
SDL_Surface * TTF_RenderUNICODE_Blended_Wrapped(TTF_Font *, uint16_t const *, SDL_Color, uint32_t)
void TTF_SetFontHinting(TTF_Font *, int)
char * TTF_FontFaceStyleName(TTF_Font const *)
long TTF_FontFaces(TTF_Font const *)
int TTF_FontFaceIsFixedWidth(TTF_Font const *)
TTF_Font * TTF_OpenFontIndexRW(SDL_RWops *, int, int, long)
TTF_Font * TTF_OpenFontIndex(char const *, int, long)
TTF_Font * TTF_OpenFontRW(SDL_RWops *, int, int)
void TTF_SetFontOutline(TTF_Font *, int)
int TTF_SizeUTF8(TTF_Font *, char const *, int *, int *)
int TTF_SizeUNICODE(TTF_Font *, uint16_t const *, int *, int *)
TTF_Font * TTF_OpenFont(char const *, int)
void TTF_Quit(void)
SDL_Surface * TTF_RenderGlyph_Blended(TTF_Font *, uint16_t, SDL_Color)
void TTF_SetFontStyle(TTF_Font *, int)
SDL_Surface * TTF_RenderUTF8_Blended_Wrapped(TTF_Font *, char const *, SDL_Color, uint32_t)
int TTF_GetFontHinting(TTF_Font const *)
int TTF_GetFontOutline(TTF_Font const *)
int TTF_SizeText(TTF_Font *, char const *, int *, int *)
int TTF_FontAscent(TTF_Font const *)
int TTF_Init(void)
SDL_Surface * TTF_RenderUTF8_Solid(TTF_Font *, char const *, SDL_Color)
SDL_Surface * TTF_RenderUTF8_Shaded(TTF_Font *, char const *, SDL_Color, SDL_Color)
int TTF_GetFontKerning(TTF_Font const *)
SDL_Surface * TTF_RenderText_Blended(TTF_Font *, char const *, SDL_Color)
void TTF_ByteSwappedUNICODE(int)
SDL_Surface * TTF_RenderUNICODE_Solid(TTF_Font *, uint16_t const *, SDL_Color)
void TTF_CloseFont(TTF_Font *)
int TTF_GetFontKerningSize(TTF_Font *, int, int)
int TTF_GlyphMetrics(TTF_Font *, uint16_t, int *, int *, int *, int *, int *)
SDL_Surface * TTF_RenderGlyph_Shaded(TTF_Font *, uint16_t, SDL_Color, SDL_Color)
int TTF_WasInit(void)
void TTF_SetFontKerning(TTF_Font *, int)
int TTF_FontHeight(TTF_Font const *)
SDL_Surface * TTF_RenderUNICODE_Shaded(TTF_Font *, uint16_t const *, SDL_Color, SDL_Color)
SDL_Surface * TTF_RenderText_Blended_Wrapped(TTF_Font *, char const *, SDL_Color, uint32_t)
SDL_Surface * TTF_RenderUNICODE_Blended(TTF_Font *, uint16_t const *, SDL_Color)
SDL_Surface * TTF_RenderGlyph_Solid(TTF_Font *, uint16_t, SDL_Color)
SDL_version const * TTF_Linked_Version(void)
int TTF_GetFontStyle(TTF_Font const *)
int TTF_FontDescent(TTF_Font const *)
SDL_Surface * TTF_RenderText_Solid(TTF_Font *, char const *, SDL_Color)
SDL_Surface * TTF_RenderText_Shaded(TTF_Font *, char const *, SDL_Color, SDL_Color)
alias of TTF_Font
int TTF_GlyphIsProvided(TTF_Font const *, uint16_t)
char * TTF_FontFaceFamilyName(TTF_Font const *)