sdljava.x.swig
Class SWIG_SDLTTF
public
class
SWIG_SDLTTF
extends Object
implements SWIG_SDLTTFConstants
Method Summary |
static SDL_version | SWIG_TTF_VERSION() |
static void | TTF_CloseFont(SWIGTYPE_p__TTF_Font font) |
static int | TTF_FontAscent(SWIGTYPE_p__TTF_Font font) |
static int | TTF_FontDescent(SWIGTYPE_p__TTF_Font font) |
static String | TTF_FontFaceFamilyName(SWIGTYPE_p__TTF_Font font) |
static int | TTF_FontFaceIsFixedWidth(SWIGTYPE_p__TTF_Font font) |
static int | TTF_FontFaces(SWIGTYPE_p__TTF_Font font) |
static String | TTF_FontFaceStyleName(SWIGTYPE_p__TTF_Font font) |
static int | TTF_FontHeight(SWIGTYPE_p__TTF_Font font) |
static int | TTF_FontLineSkip(SWIGTYPE_p__TTF_Font font) |
static int | TTF_GetFontStyle(SWIGTYPE_p__TTF_Font font) |
static int | TTF_GlyphMetrics(SWIGTYPE_p__TTF_Font font, int ch, int[] arg2, int[] arg3, int[] arg4, int[] arg5, int[] arg6) |
static int | TTF_Init() |
static SWIGTYPE_p__TTF_Font | TTF_OpenFont(String file, int ptsize) |
static SWIGTYPE_p__TTF_Font | TTF_OpenFontIndex(String file, int ptsize, int index) |
static void | TTF_Quit() |
static SDL_Surface | TTF_RenderGlyph_Blended(SWIGTYPE_p__TTF_Font font, int ch, SDL_Color fg) |
static SDL_Surface | TTF_RenderGlyph_Shaded(SWIGTYPE_p__TTF_Font font, int ch, SDL_Color fg, SDL_Color bg) |
static SDL_Surface | TTF_RenderText_Blended_FAST(SWIGTYPE_p__TTF_Font font, String text, short r, short g, short b) |
static SDL_Surface | TTF_RenderText_Shaded_FAST(SWIGTYPE_p__TTF_Font font, String text, short fr, short fg, short fb, short br, short bg, short bb) |
static SDL_Surface | TTF_RenderText_Solid_FAST(SWIGTYPE_p__TTF_Font font, String text, short r, short g, short b) |
static SDL_Surface | TTF_RenderUNICODE_Blended(SWIGTYPE_p__TTF_Font font, SWIGTYPE_p_unsigned_short text, SDL_Color fg) |
static SDL_Surface | TTF_RenderUNICODE_Shaded(SWIGTYPE_p__TTF_Font font, SWIGTYPE_p_unsigned_short text, SDL_Color fg, SDL_Color bg) |
static SDL_Surface | TTF_RenderUNICODE_Solid(SWIGTYPE_p__TTF_Font font, SWIGTYPE_p_unsigned_short text, SDL_Color fg) |
static SDL_Surface | TTF_RenderUTF8_Blended(SWIGTYPE_p__TTF_Font font, String text, SDL_Color fg) |
static SDL_Surface | TTF_RenderUTF8_Shaded(SWIGTYPE_p__TTF_Font font, String text, SDL_Color fg, SDL_Color bg) |
static SDL_Surface | TTF_RenderUTF8_Solid(SWIGTYPE_p__TTF_Font font, String text, SDL_Color fg) |
static void | TTF_SetFontStyle(SWIGTYPE_p__TTF_Font font, int style) |
static int | TTF_SizeText(SWIGTYPE_p__TTF_Font font, String text, SWIGTYPE_p_int w, SWIGTYPE_p_int h) |
static int | TTF_SizeUNICODE(SWIGTYPE_p__TTF_Font font, SWIGTYPE_p_unsigned_short text, SWIGTYPE_p_int w, SWIGTYPE_p_int h) |
static int | TTF_SizeUTF8(SWIGTYPE_p__TTF_Font font, String text, SWIGTYPE_p_int w, SWIGTYPE_p_int h) |
public static int TTF_GlyphMetrics(
SWIGTYPE_p__TTF_Font font, int ch, int[] arg2, int[] arg3, int[] arg4, int[] arg5, int[] arg6)
public static int TTF_Init()
public static void TTF_Quit()