Uses of Class
sdljava.x.swig.SWIGTYPE_p__TTF_Font

Packages that use SWIGTYPE_p__TTF_Font
sdljava.ttf Provides the interface to SDL TTF routines defined in SDL_ttf.h 
sdljava.x.swig Provides the native interface (proxy) layer to the SDL C API. 
 

Uses of SWIGTYPE_p__TTF_Font in sdljava.ttf
 

Fields in sdljava.ttf declared as SWIGTYPE_p__TTF_Font
(package private)  SWIGTYPE_p__TTF_Font SDLTrueTypeFont.swigTTFFont
           
 

Methods in sdljava.ttf that return SWIGTYPE_p__TTF_Font
 SWIGTYPE_p__TTF_Font SDLTrueTypeFont.getSwigTTFFont()
          Gets the value of swigTTFFont
 

Methods in sdljava.ttf with parameters of type SWIGTYPE_p__TTF_Font
 void SDLTrueTypeFont.setSwigTTFFont(SWIGTYPE_p__TTF_Font argSwigTTFFont)
          Sets the value of swigTTFFont
 

Constructors in sdljava.ttf with parameters of type SWIGTYPE_p__TTF_Font
SDLTrueTypeFont(SWIGTYPE_p__TTF_Font swigTTFFont, java.lang.String path, int ptsize)
          Creates a new SDLTrueTypeFont instance.
 

Uses of SWIGTYPE_p__TTF_Font in sdljava.x.swig
 

Methods in sdljava.x.swig that return SWIGTYPE_p__TTF_Font
static SWIGTYPE_p__TTF_Font SWIG_SDLTTF.TTF_OpenFont(java.lang.String file, int ptsize)
           
static SWIGTYPE_p__TTF_Font SWIG_SDLTTF.TTF_OpenFontIndex(java.lang.String file, int ptsize, int index)
           
 

Methods in sdljava.x.swig with parameters of type SWIGTYPE_p__TTF_Font
protected static long SWIGTYPE_p__TTF_Font.getCPtr(SWIGTYPE_p__TTF_Font obj)
           
static void SWIG_SDLTTF.TTF_CloseFont(SWIGTYPE_p__TTF_Font font)
           
static int SWIG_SDLTTF.TTF_FontAscent(SWIGTYPE_p__TTF_Font font)
           
static int SWIG_SDLTTF.TTF_FontDescent(SWIGTYPE_p__TTF_Font font)
           
static java.lang.String SWIG_SDLTTF.TTF_FontFaceFamilyName(SWIGTYPE_p__TTF_Font font)
           
static int SWIG_SDLTTF.TTF_FontFaceIsFixedWidth(SWIGTYPE_p__TTF_Font font)
           
static int SWIG_SDLTTF.TTF_FontFaces(SWIGTYPE_p__TTF_Font font)
           
static java.lang.String SWIG_SDLTTF.TTF_FontFaceStyleName(SWIGTYPE_p__TTF_Font font)
           
static int SWIG_SDLTTF.TTF_FontHeight(SWIGTYPE_p__TTF_Font font)
           
static int SWIG_SDLTTF.TTF_FontLineSkip(SWIGTYPE_p__TTF_Font font)
           
static int SWIG_SDLTTF.TTF_GetFontStyle(SWIGTYPE_p__TTF_Font font)
           
static int SWIG_SDLTTF.TTF_GlyphMetrics(SWIGTYPE_p__TTF_Font font, int ch, int[] arg2, int[] arg3, int[] arg4, int[] arg5, int[] arg6)
           
static SDL_Surface SWIG_SDLTTF.TTF_RenderGlyph_Blended(SWIGTYPE_p__TTF_Font font, int ch, SDL_Color fg)
           
static SDL_Surface SWIG_SDLTTF.TTF_RenderGlyph_Shaded(SWIGTYPE_p__TTF_Font font, int ch, SDL_Color fg, SDL_Color bg)
           
static SDL_Surface SWIG_SDLTTF.TTF_RenderText_Blended_FAST(SWIGTYPE_p__TTF_Font font, java.lang.String text, short r, short g, short b)
           
static SDL_Surface SWIG_SDLTTF.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 SWIG_SDLTTF.TTF_RenderText_Solid_FAST(SWIGTYPE_p__TTF_Font font, java.lang.String text, short r, short g, short b)
           
static SDL_Surface SWIG_SDLTTF.TTF_RenderUNICODE_Blended(SWIGTYPE_p__TTF_Font font, SWIGTYPE_p_unsigned_short text, SDL_Color fg)
           
static SDL_Surface SWIG_SDLTTF.TTF_RenderUNICODE_Shaded(SWIGTYPE_p__TTF_Font font, SWIGTYPE_p_unsigned_short text, SDL_Color fg, SDL_Color bg)
           
static SDL_Surface SWIG_SDLTTF.TTF_RenderUNICODE_Solid(SWIGTYPE_p__TTF_Font font, SWIGTYPE_p_unsigned_short text, SDL_Color fg)
           
static SDL_Surface SWIG_SDLTTF.TTF_RenderUTF8_Blended(SWIGTYPE_p__TTF_Font font, java.lang.String text, SDL_Color fg)
           
static SDL_Surface SWIG_SDLTTF.TTF_RenderUTF8_Shaded(SWIGTYPE_p__TTF_Font font, java.lang.String text, SDL_Color fg, SDL_Color bg)
           
static SDL_Surface SWIG_SDLTTF.TTF_RenderUTF8_Solid(SWIGTYPE_p__TTF_Font font, java.lang.String text, SDL_Color fg)
           
static void SWIG_SDLTTF.TTF_SetFontStyle(SWIGTYPE_p__TTF_Font font, int style)
           
static int SWIG_SDLTTF.TTF_SizeText(SWIGTYPE_p__TTF_Font font, java.lang.String text, SWIGTYPE_p_int w, SWIGTYPE_p_int h)
           
static int SWIG_SDLTTF.TTF_SizeUNICODE(SWIGTYPE_p__TTF_Font font, SWIGTYPE_p_unsigned_short text, SWIGTYPE_p_int w, SWIGTYPE_p_int h)
           
static int SWIG_SDLTTF.TTF_SizeUTF8(SWIGTYPE_p__TTF_Font font, java.lang.String text, SWIGTYPE_p_int w, SWIGTYPE_p_int h)