sdljava.x.swig
Class SWIG_SDLTTF
java.lang.Object
sdljava.x.swig.SWIG_SDLTTF
- All Implemented Interfaces:
- SWIG_SDLTTFConstants
public class SWIG_SDLTTF
- extends java.lang.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 java.lang.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 java.lang.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(java.lang.String file,
int ptsize)
|
static SWIGTYPE_p__TTF_Font |
TTF_OpenFontIndex(java.lang.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,
java.lang.String text,
short r,
short g,
short b)
|
static SDL_Surface |
TTF_RenderText_Shaded_FAST(SWIGTYPE_p__TTF_Font font,
java.lang.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,
java.lang.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,
java.lang.String text,
SDL_Color fg)
|
static SDL_Surface |
TTF_RenderUTF8_Shaded(SWIGTYPE_p__TTF_Font font,
java.lang.String text,
SDL_Color fg,
SDL_Color bg)
|
static SDL_Surface |
TTF_RenderUTF8_Solid(SWIGTYPE_p__TTF_Font font,
java.lang.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,
java.lang.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,
java.lang.String text,
SWIGTYPE_p_int w,
SWIGTYPE_p_int h)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SWIG_SDLTTF
public SWIG_SDLTTF()
TTF_Init
public static int TTF_Init()
TTF_OpenFont
public static SWIGTYPE_p__TTF_Font TTF_OpenFont(java.lang.String file,
int ptsize)
TTF_OpenFontIndex
public static SWIGTYPE_p__TTF_Font TTF_OpenFontIndex(java.lang.String file,
int ptsize,
int index)
TTF_GetFontStyle
public static int TTF_GetFontStyle(SWIGTYPE_p__TTF_Font font)
TTF_SetFontStyle
public static void TTF_SetFontStyle(SWIGTYPE_p__TTF_Font font,
int style)
TTF_FontHeight
public static int TTF_FontHeight(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_FontLineSkip
public static int TTF_FontLineSkip(SWIGTYPE_p__TTF_Font font)
TTF_FontFaces
public static int TTF_FontFaces(SWIGTYPE_p__TTF_Font font)
TTF_FontFaceIsFixedWidth
public static int TTF_FontFaceIsFixedWidth(SWIGTYPE_p__TTF_Font font)
TTF_FontFaceFamilyName
public static java.lang.String TTF_FontFaceFamilyName(SWIGTYPE_p__TTF_Font font)
TTF_FontFaceStyleName
public static java.lang.String TTF_FontFaceStyleName(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_SizeText
public static int TTF_SizeText(SWIGTYPE_p__TTF_Font font,
java.lang.String text,
SWIGTYPE_p_int w,
SWIGTYPE_p_int h)
TTF_SizeUTF8
public static int TTF_SizeUTF8(SWIGTYPE_p__TTF_Font font,
java.lang.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_RenderText_Solid_FAST
public static SDL_Surface TTF_RenderText_Solid_FAST(SWIGTYPE_p__TTF_Font font,
java.lang.String text,
short r,
short g,
short b)
TTF_RenderUTF8_Solid
public static SDL_Surface TTF_RenderUTF8_Solid(SWIGTYPE_p__TTF_Font font,
java.lang.String text,
SDL_Color fg)
TTF_RenderUNICODE_Solid
public static SDL_Surface TTF_RenderUNICODE_Solid(SWIGTYPE_p__TTF_Font font,
SWIGTYPE_p_unsigned_short text,
SDL_Color fg)
TTF_RenderText_Shaded_FAST
public static SDL_Surface TTF_RenderText_Shaded_FAST(SWIGTYPE_p__TTF_Font font,
java.lang.String text,
short fr,
short fg,
short fb,
short br,
short bg,
short bb)
TTF_RenderUTF8_Shaded
public static SDL_Surface TTF_RenderUTF8_Shaded(SWIGTYPE_p__TTF_Font font,
java.lang.String text,
SDL_Color fg,
SDL_Color bg)
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_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,
java.lang.String text,
short r,
short g,
short b)
TTF_RenderUTF8_Blended
public static SDL_Surface TTF_RenderUTF8_Blended(SWIGTYPE_p__TTF_Font font,
java.lang.String text,
SDL_Color fg)
TTF_RenderUNICODE_Blended
public static SDL_Surface TTF_RenderUNICODE_Blended(SWIGTYPE_p__TTF_Font font,
SWIGTYPE_p_unsigned_short text,
SDL_Color fg)
TTF_RenderGlyph_Blended
public static SDL_Surface TTF_RenderGlyph_Blended(SWIGTYPE_p__TTF_Font font,
int ch,
SDL_Color fg)
TTF_CloseFont
public static void TTF_CloseFont(SWIGTYPE_p__TTF_Font font)
TTF_Quit
public static void TTF_Quit()
SWIG_TTF_VERSION
public static SDL_version SWIG_TTF_VERSION()