|
DECLSPEC const SDL_version *SDLCALL | TTF_Linked_Version (void) |
|
DECLSPEC void SDLCALL | TTF_ByteSwappedUNICODE (int swapped) |
|
DECLSPEC int SDLCALL | TTF_Init (void) |
|
DECLSPEC TTF_Font *SDLCALL | TTF_OpenFont (const char *file, int ptsize) |
|
DECLSPEC TTF_Font *SDLCALL | TTF_OpenFontIndex (const char *file, int ptsize, long index) |
|
DECLSPEC TTF_Font *SDLCALL | TTF_OpenFontRW (SDL_RWops *src, int freesrc, int ptsize) |
|
DECLSPEC TTF_Font *SDLCALL | TTF_OpenFontIndexRW (SDL_RWops *src, int freesrc, int ptsize, long index) |
|
DECLSPEC int SDLCALL | TTF_GetFontStyle (const TTF_Font *font) |
|
DECLSPEC void SDLCALL | TTF_SetFontStyle (TTF_Font *font, int style) |
|
DECLSPEC int SDLCALL | TTF_GetFontOutline (const TTF_Font *font) |
|
DECLSPEC void SDLCALL | TTF_SetFontOutline (TTF_Font *font, int outline) |
|
DECLSPEC int SDLCALL | TTF_GetFontHinting (const TTF_Font *font) |
|
DECLSPEC void SDLCALL | TTF_SetFontHinting (TTF_Font *font, int hinting) |
|
DECLSPEC int SDLCALL | TTF_FontHeight (const TTF_Font *font) |
|
DECLSPEC int SDLCALL | TTF_FontAscent (const TTF_Font *font) |
|
DECLSPEC int SDLCALL | TTF_FontDescent (const TTF_Font *font) |
|
DECLSPEC int SDLCALL | TTF_FontLineSkip (const TTF_Font *font) |
|
DECLSPEC int SDLCALL | TTF_GetFontKerning (const TTF_Font *font) |
|
DECLSPEC void SDLCALL | TTF_SetFontKerning (TTF_Font *font, int allowed) |
|
DECLSPEC long SDLCALL | TTF_FontFaces (const TTF_Font *font) |
|
DECLSPEC int SDLCALL | TTF_FontFaceIsFixedWidth (const TTF_Font *font) |
|
DECLSPEC char *SDLCALL | TTF_FontFaceFamilyName (const TTF_Font *font) |
|
DECLSPEC char *SDLCALL | TTF_FontFaceStyleName (const TTF_Font *font) |
|
DECLSPEC int SDLCALL | TTF_GlyphIsProvided (const TTF_Font *font, Uint16 ch) |
|
DECLSPEC int SDLCALL | TTF_GlyphMetrics (TTF_Font *font, Uint16 ch, int *minx, int *maxx, int *miny, int *maxy, int *advance) |
|
DECLSPEC int SDLCALL | TTF_SizeText (TTF_Font *font, const char *text, int *w, int *h) |
|
DECLSPEC int SDLCALL | TTF_SizeUTF8 (TTF_Font *font, const char *text, int *w, int *h) |
|
DECLSPEC int SDLCALL | TTF_SizeUNICODE (TTF_Font *font, const Uint16 *text, int *w, int *h) |
|
DECLSPEC SDL_Surface *SDLCALL | TTF_RenderText_Solid (TTF_Font *font, const char *text, SDL_Color fg) |
|
DECLSPEC SDL_Surface *SDLCALL | TTF_RenderUTF8_Solid (TTF_Font *font, const char *text, SDL_Color fg) |
|
DECLSPEC SDL_Surface *SDLCALL | TTF_RenderUNICODE_Solid (TTF_Font *font, const Uint16 *text, SDL_Color fg) |
|
DECLSPEC SDL_Surface *SDLCALL | TTF_RenderGlyph_Solid (TTF_Font *font, Uint16 ch, SDL_Color fg) |
|
DECLSPEC SDL_Surface *SDLCALL | TTF_RenderText_Shaded (TTF_Font *font, const char *text, SDL_Color fg, SDL_Color bg) |
|
DECLSPEC SDL_Surface *SDLCALL | TTF_RenderUTF8_Shaded (TTF_Font *font, const char *text, SDL_Color fg, SDL_Color bg) |
|
DECLSPEC SDL_Surface *SDLCALL | TTF_RenderUNICODE_Shaded (TTF_Font *font, const Uint16 *text, SDL_Color fg, SDL_Color bg) |
|
DECLSPEC SDL_Surface *SDLCALL | TTF_RenderGlyph_Shaded (TTF_Font *font, Uint16 ch, SDL_Color fg, SDL_Color bg) |
|
DECLSPEC SDL_Surface *SDLCALL | TTF_RenderText_Blended (TTF_Font *font, const char *text, SDL_Color fg) |
|
DECLSPEC SDL_Surface *SDLCALL | TTF_RenderUTF8_Blended (TTF_Font *font, const char *text, SDL_Color fg) |
|
DECLSPEC SDL_Surface *SDLCALL | TTF_RenderUNICODE_Blended (TTF_Font *font, const Uint16 *text, SDL_Color fg) |
|
DECLSPEC SDL_Surface *SDLCALL | TTF_RenderText_Blended_Wrapped (TTF_Font *font, const char *text, SDL_Color fg, Uint32 wrapLength) |
|
DECLSPEC SDL_Surface *SDLCALL | TTF_RenderUTF8_Blended_Wrapped (TTF_Font *font, const char *text, SDL_Color fg, Uint32 wrapLength) |
|
DECLSPEC SDL_Surface *SDLCALL | TTF_RenderUNICODE_Blended_Wrapped (TTF_Font *font, const Uint16 *text, SDL_Color fg, Uint32 wrapLength) |
|
DECLSPEC SDL_Surface *SDLCALL | TTF_RenderGlyph_Blended (TTF_Font *font, Uint16 ch, SDL_Color fg) |
|
DECLSPEC void SDLCALL | TTF_CloseFont (TTF_Font *font) |
|
DECLSPEC void SDLCALL | TTF_Quit (void) |
|
DECLSPEC int SDLCALL | TTF_WasInit (void) |
|
DECLSPEC int | TTF_GetFontKerningSize (TTF_Font *font, int prev_index, int index) |
|
TTF_Font * | TTF_CppWrap_FindValidFont (TTF_Font *font, Uint16 ch) |
|
void * | TTF_CppWrap_GetCppPtrRef (TTF_Font *font) |
|
void | TTF_CppWrap_SetCppPtrRef (TTF_Font *font, void *cpp_ptr_ref) |
|