sdljava.x.swig

Class SWIG_SDLTTF

public class SWIG_SDLTTF extends Object implements SWIG_SDLTTFConstants

Method Summary
static SDL_versionSWIG_TTF_VERSION()
static voidTTF_CloseFont(SWIGTYPE_p__TTF_Font font)
static intTTF_FontAscent(SWIGTYPE_p__TTF_Font font)
static intTTF_FontDescent(SWIGTYPE_p__TTF_Font font)
static StringTTF_FontFaceFamilyName(SWIGTYPE_p__TTF_Font font)
static intTTF_FontFaceIsFixedWidth(SWIGTYPE_p__TTF_Font font)
static intTTF_FontFaces(SWIGTYPE_p__TTF_Font font)
static StringTTF_FontFaceStyleName(SWIGTYPE_p__TTF_Font font)
static intTTF_FontHeight(SWIGTYPE_p__TTF_Font font)
static intTTF_FontLineSkip(SWIGTYPE_p__TTF_Font font)
static intTTF_GetFontStyle(SWIGTYPE_p__TTF_Font font)
static intTTF_GlyphMetrics(SWIGTYPE_p__TTF_Font font, int ch, int[] arg2, int[] arg3, int[] arg4, int[] arg5, int[] arg6)
static intTTF_Init()
static SWIGTYPE_p__TTF_FontTTF_OpenFont(String file, int ptsize)
static SWIGTYPE_p__TTF_FontTTF_OpenFontIndex(String file, int ptsize, int index)
static voidTTF_Quit()
static SDL_SurfaceTTF_RenderGlyph_Blended(SWIGTYPE_p__TTF_Font font, int ch, SDL_Color fg)
static SDL_SurfaceTTF_RenderGlyph_Shaded(SWIGTYPE_p__TTF_Font font, int ch, SDL_Color fg, SDL_Color bg)
static SDL_SurfaceTTF_RenderText_Blended_FAST(SWIGTYPE_p__TTF_Font font, String text, short r, short g, short b)
static SDL_SurfaceTTF_RenderText_Shaded_FAST(SWIGTYPE_p__TTF_Font font, String text, short fr, short fg, short fb, short br, short bg, short bb)
static SDL_SurfaceTTF_RenderText_Solid_FAST(SWIGTYPE_p__TTF_Font font, String text, short r, short g, short b)
static SDL_SurfaceTTF_RenderUNICODE_Blended(SWIGTYPE_p__TTF_Font font, SWIGTYPE_p_unsigned_short text, SDL_Color fg)
static SDL_SurfaceTTF_RenderUNICODE_Shaded(SWIGTYPE_p__TTF_Font font, SWIGTYPE_p_unsigned_short text, SDL_Color fg, SDL_Color bg)
static SDL_SurfaceTTF_RenderUNICODE_Solid(SWIGTYPE_p__TTF_Font font, SWIGTYPE_p_unsigned_short text, SDL_Color fg)
static SDL_SurfaceTTF_RenderUTF8_Blended(SWIGTYPE_p__TTF_Font font, String text, SDL_Color fg)
static SDL_SurfaceTTF_RenderUTF8_Shaded(SWIGTYPE_p__TTF_Font font, String text, SDL_Color fg, SDL_Color bg)
static SDL_SurfaceTTF_RenderUTF8_Solid(SWIGTYPE_p__TTF_Font font, String text, SDL_Color fg)
static voidTTF_SetFontStyle(SWIGTYPE_p__TTF_Font font, int style)
static intTTF_SizeText(SWIGTYPE_p__TTF_Font font, String text, SWIGTYPE_p_int w, SWIGTYPE_p_int h)
static intTTF_SizeUNICODE(SWIGTYPE_p__TTF_Font font, SWIGTYPE_p_unsigned_short text, SWIGTYPE_p_int w, SWIGTYPE_p_int h)
static intTTF_SizeUTF8(SWIGTYPE_p__TTF_Font font, String text, SWIGTYPE_p_int w, SWIGTYPE_p_int h)

Method Detail

SWIG_TTF_VERSION

public static SDL_version SWIG_TTF_VERSION()

TTF_CloseFont

public static void TTF_CloseFont(SWIGTYPE_p__TTF_Font font)

TTF_FontAscent

public static int TTF_FontAscent(SWIGTYPE_p__TTF_Font font)

TTF_FontDescent

public static int TTF_FontDescent(SWIGTYPE_p__TTF_Font font)

TTF_FontFaceFamilyName

public static String TTF_FontFaceFamilyName(SWIGTYPE_p__TTF_Font font)

TTF_FontFaceIsFixedWidth

public static int TTF_FontFaceIsFixedWidth(SWIGTYPE_p__TTF_Font font)

TTF_FontFaces

public static int TTF_FontFaces(SWIGTYPE_p__TTF_Font font)

TTF_FontFaceStyleName

public static String TTF_FontFaceStyleName(SWIGTYPE_p__TTF_Font font)

TTF_FontHeight

public static int TTF_FontHeight(SWIGTYPE_p__TTF_Font font)

TTF_FontLineSkip

public static int TTF_FontLineSkip(SWIGTYPE_p__TTF_Font font)

TTF_GetFontStyle

public static int TTF_GetFontStyle(SWIGTYPE_p__TTF_Font font)

TTF_GlyphMetrics

public static int TTF_GlyphMetrics(SWIGTYPE_p__TTF_Font font, int ch, int[] arg2, int[] arg3, int[] arg4, int[] arg5, int[] arg6)

TTF_Init

public static int TTF_Init()

TTF_OpenFont

public static SWIGTYPE_p__TTF_Font TTF_OpenFont(String file, int ptsize)

TTF_OpenFontIndex

public static SWIGTYPE_p__TTF_Font TTF_OpenFontIndex(String file, int ptsize, int index)

TTF_Quit

public static void TTF_Quit()

TTF_RenderGlyph_Blended

public static SDL_Surface TTF_RenderGlyph_Blended(SWIGTYPE_p__TTF_Font font, int ch, SDL_Color fg)

TTF_RenderGlyph_Shaded

public static SDL_Surface TTF_RenderGlyph_Shaded(SWIGTYPE_p__TTF_Font font, int ch, SDL_Color fg, SDL_Color bg)

TTF_RenderText_Blended_FAST

public static SDL_Surface TTF_RenderText_Blended_FAST(SWIGTYPE_p__TTF_Font font, String text, short r, short g, short b)

TTF_RenderText_Shaded_FAST

public 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)

TTF_RenderText_Solid_FAST

public static SDL_Surface TTF_RenderText_Solid_FAST(SWIGTYPE_p__TTF_Font font, String text, short r, short g, short b)

TTF_RenderUNICODE_Blended

public static SDL_Surface TTF_RenderUNICODE_Blended(SWIGTYPE_p__TTF_Font font, SWIGTYPE_p_unsigned_short text, SDL_Color fg)

TTF_RenderUNICODE_Shaded

public static SDL_Surface TTF_RenderUNICODE_Shaded(SWIGTYPE_p__TTF_Font font, SWIGTYPE_p_unsigned_short text, SDL_Color fg, SDL_Color bg)

TTF_RenderUNICODE_Solid

public static SDL_Surface TTF_RenderUNICODE_Solid(SWIGTYPE_p__TTF_Font font, SWIGTYPE_p_unsigned_short text, SDL_Color fg)

TTF_RenderUTF8_Blended

public static SDL_Surface TTF_RenderUTF8_Blended(SWIGTYPE_p__TTF_Font font, String text, SDL_Color fg)

TTF_RenderUTF8_Shaded

public static SDL_Surface TTF_RenderUTF8_Shaded(SWIGTYPE_p__TTF_Font font, String text, SDL_Color fg, SDL_Color bg)

TTF_RenderUTF8_Solid

public static SDL_Surface TTF_RenderUTF8_Solid(SWIGTYPE_p__TTF_Font font, String text, SDL_Color fg)

TTF_SetFontStyle

public static void TTF_SetFontStyle(SWIGTYPE_p__TTF_Font font, int style)

TTF_SizeText

public static int TTF_SizeText(SWIGTYPE_p__TTF_Font font, String text, SWIGTYPE_p_int w, SWIGTYPE_p_int h)

TTF_SizeUNICODE

public static int TTF_SizeUNICODE(SWIGTYPE_p__TTF_Font font, SWIGTYPE_p_unsigned_short text, SWIGTYPE_p_int w, SWIGTYPE_p_int h)

TTF_SizeUTF8

public static int TTF_SizeUTF8(SWIGTYPE_p__TTF_Font font, String text, SWIGTYPE_p_int w, SWIGTYPE_p_int h)