- TTF_GetError
alias TTF_GetError = SDL_GetError
Undocumented in source.
- TTF_MAJOR_VERSION
alias TTF_MAJOR_VERSION = SDL_TTF_MAJOR_VERSION
Undocumented in source.
- TTF_MINOR_VERSION
alias TTF_MINOR_VERSION = SDL_TTF_MINOR_VERSION
Undocumented in source.
- TTF_PATCHLEVEL
alias TTF_PATCHLEVEL = SDL_TTF_PATCHLEVEL
Undocumented in source.
- TTF_SetError
alias TTF_SetError = SDL_SetError
Undocumented in source.
- TTF_VERSION
alias TTF_VERSION = SDL_TTF_VERSION
Undocumented in source.
- pTTF_ByteSwappedUNICODE
alias pTTF_ByteSwappedUNICODE = void function(int swapped)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_CloseFont
alias pTTF_CloseFont = void function(TTF_Font* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_FontAscent
alias pTTF_FontAscent = int function(const(TTF_Font)* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_FontDescent
alias pTTF_FontDescent = int function(const(TTF_Font)* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_FontFaceFamilyName
alias pTTF_FontFaceFamilyName = char* function(const(TTF_Font)* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_FontFaceIsFixedWidth
alias pTTF_FontFaceIsFixedWidth = int function(const(TTF_Font)* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_FontFaceStyleName
alias pTTF_FontFaceStyleName = char* function(const(TTF_Font)* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_FontFaces
alias pTTF_FontFaces = int function(const(TTF_Font)* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_FontHeight
alias pTTF_FontHeight = int function(const(TTF_Font)* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_FontLineSkip
alias pTTF_FontLineSkip = int function(const(TTF_Font)* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_GetFontHinting
alias pTTF_GetFontHinting = int function(const(TTF_Font)* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_GetFontKerning
alias pTTF_GetFontKerning = int function(const(TTF_Font)* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_GetFontKerningSize
alias pTTF_GetFontKerningSize = int function(TTF_Font* font, int prev_index, int index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_GetFontKerningSizeGlyphs
alias pTTF_GetFontKerningSizeGlyphs = int function(TTF_Font* font, ushort previous_ch, ushort ch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_GetFontOutline
alias pTTF_GetFontOutline = int function(const(TTF_Font)* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_GetFontStyle
alias pTTF_GetFontStyle = int function(const(TTF_Font)* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_GlyphIsProvided
alias pTTF_GlyphIsProvided = int function(const(TTF_Font)* font, ushort ch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_GlyphMetrics
alias pTTF_GlyphMetrics = int function(TTF_Font* font, ushort ch, int* minx, int* maxx, int* miny, int* maxy, int* advance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_Init
alias pTTF_Init = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_Linked_Version
alias pTTF_Linked_Version = SDL_version* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_OpenFont
alias pTTF_OpenFont = TTF_Font* function(const(char)* file, int ptsize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_OpenFontIndex
alias pTTF_OpenFontIndex = TTF_Font* function(const(char)* file, int ptsize, c_long index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_OpenFontIndexRW
alias pTTF_OpenFontIndexRW = TTF_Font* function(SDL_RWops* src, int freesrc, int ptsize, c_long index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_OpenFontRW
alias pTTF_OpenFontRW = TTF_Font* function(SDL_RWops* src, int freesrc, int ptsize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_Quit
alias pTTF_Quit = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_RenderGlyph_Blended
alias pTTF_RenderGlyph_Blended = SDL_Surface* function(TTF_Font* font, ushort ch, SDL_Color fg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_RenderGlyph_Shaded
alias pTTF_RenderGlyph_Shaded = SDL_Surface* function(TTF_Font* font, ushort ch, SDL_Color fg, SDL_Color bg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_RenderGlyph_Solid
alias pTTF_RenderGlyph_Solid = SDL_Surface* function(TTF_Font* font, ushort ch, SDL_Color fg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_RenderText_Blended
alias pTTF_RenderText_Blended = SDL_Surface* function(TTF_Font* font, const(char)* text, SDL_Color fg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_RenderText_Blended_Wrapped
alias pTTF_RenderText_Blended_Wrapped = SDL_Surface* function(TTF_Font* font, const(char)* text, SDL_Color fg, uint wrapLength)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_RenderText_Shaded
alias pTTF_RenderText_Shaded = SDL_Surface* function(TTF_Font* font, const(char)* text, SDL_Color fg, SDL_Color bg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_RenderText_Solid
alias pTTF_RenderText_Solid = SDL_Surface* function(TTF_Font* font, const(char)* text, SDL_Color fg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_RenderUNICODE_Blended
alias pTTF_RenderUNICODE_Blended = SDL_Surface* function(TTF_Font* font, const(ushort)* text, SDL_Color fg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_RenderUNICODE_Blended_Wrapped
alias pTTF_RenderUNICODE_Blended_Wrapped = SDL_Surface* function(TTF_Font* font, const(ushort)* text, SDL_Color fg, uint wrapLength)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_RenderUNICODE_Shaded
alias pTTF_RenderUNICODE_Shaded = SDL_Surface* function(TTF_Font* font, const(ushort)* text, SDL_Color fg, SDL_Color bg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_RenderUNICODE_Solid
alias pTTF_RenderUNICODE_Solid = SDL_Surface* function(TTF_Font* font, const(ushort)* text, SDL_Color fg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_RenderUTF8_Blended
alias pTTF_RenderUTF8_Blended = SDL_Surface* function(TTF_Font* font, const(char)* text, SDL_Color fg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_RenderUTF8_Blended_Wrapped
alias pTTF_RenderUTF8_Blended_Wrapped = SDL_Surface* function(TTF_Font* font, const(char)* text, SDL_Color fg, uint wrapLength)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_RenderUTF8_Shaded
alias pTTF_RenderUTF8_Shaded = SDL_Surface* function(TTF_Font* font, const(char)* text, SDL_Color fg, SDL_Color bg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_RenderUTF8_Solid
alias pTTF_RenderUTF8_Solid = SDL_Surface* function(TTF_Font* font, const(char)* text, SDL_Color fg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_SetFontHinting
alias pTTF_SetFontHinting = void function(TTF_Font* font, int hinting)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_SetFontKerning
alias pTTF_SetFontKerning = void function(TTF_Font* font, int allowed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_SetFontOutline
alias pTTF_SetFontOutline = void function(TTF_Font* font, int outline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_SetFontStyle
alias pTTF_SetFontStyle = void function(const(TTF_Font)* font, int style)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_SizeText
alias pTTF_SizeText = int function(TTF_Font* font, const(char)* text, int* w, int* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_SizeUNICODE
alias pTTF_SizeUNICODE = int function(TTF_Font* font, const(ushort)* text, int* w, int* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_SizeUTF8
alias pTTF_SizeUTF8 = int function(TTF_Font* font, const(char)* text, int* w, int* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pTTF_WasInit
alias pTTF_WasInit = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_TTF_VERSION
void SDL_TTF_VERSION(SDL_version* X)
Undocumented in source. Be warned that the author may not have intended to support it.
- TTF_ByteSwappedUNICODE
void TTF_ByteSwappedUNICODE(int swapped)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_CloseFont
void TTF_CloseFont(TTF_Font* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_FontAscent
int TTF_FontAscent(const(TTF_Font)* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_FontDescent
int TTF_FontDescent(const(TTF_Font)* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_FontFaceFamilyName
char* TTF_FontFaceFamilyName(const(TTF_Font)* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_FontFaceIsFixedWidth
int TTF_FontFaceIsFixedWidth(const(TTF_Font)* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_FontFaceStyleName
char* TTF_FontFaceStyleName(const(TTF_Font)* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_FontFaces
int TTF_FontFaces(const(TTF_Font)* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_FontHeight
int TTF_FontHeight(const(TTF_Font)* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_FontLineSkip
int TTF_FontLineSkip(const(TTF_Font)* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_GetFontHinting
int TTF_GetFontHinting(const(TTF_Font)* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_GetFontKerning
int TTF_GetFontKerning(const(TTF_Font)* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_GetFontKerningSize
int TTF_GetFontKerningSize(TTF_Font* font, int prev_index, int index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_GetFontKerningSizeGlyph
int TTF_GetFontKerningSizeGlyph(TTF_Font* font, ushort previous_ch, ushort ch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_GetFontOutline
int TTF_GetFontOutline(const(TTF_Font)* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_GetFontStyle
int TTF_GetFontStyle(const(TTF_Font)* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_GlyphIsProvided
int TTF_GlyphIsProvided(const(TTF_Font)* font, ushort ch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_GlyphMetrics
int TTF_GlyphMetrics(TTF_Font* font, ushort ch, int* minx, int* maxx, int* miny, int* maxy, int* advance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_Init
int TTF_Init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_Linked_Version
SDL_version* TTF_Linked_Version()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_OpenFont
TTF_Font* TTF_OpenFont(const(char)* file, int ptsize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_OpenFontIndex
TTF_Font* TTF_OpenFontIndex(const(char)* file, int ptsize, c_long index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_OpenFontIndexRW
TTF_Font* TTF_OpenFontIndexRW(SDL_RWops* src, int freesrc, int ptsize, c_long index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_OpenFontRW
TTF_Font* TTF_OpenFontRW(SDL_RWops* src, int freesrc, int ptsize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_Quit
void TTF_Quit()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_RenderGlyph_Blended
SDL_Surface* TTF_RenderGlyph_Blended(TTF_Font* font, ushort ch, SDL_Color fg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_RenderGlyph_Shaded
SDL_Surface TTF_RenderGlyph_Shaded(TTF_Font* font, ushort ch, SDL_Color fg, SDL_Color bg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_RenderGlyph_Solid
SDL_Surface* TTF_RenderGlyph_Solid(TTF_Font* font, ushort ch, SDL_Color fg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_RenderText_Blended
SDL_Surface* TTF_RenderText_Blended(TTF_Font* font, const(char)* text, SDL_Color fg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_RenderText_Blended_Wrapped
SDL_Surface* TTF_RenderText_Blended_Wrapped(TTF_Font* font, const(char)* text, SDL_Color fg, uint wrapLength)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_RenderText_Shaded
SDL_Surface* TTF_RenderText_Shaded(TTF_Font* font, const(char)* text, SDL_Color fg, SDL_Color bg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_RenderText_Solid
SDL_Surface* TTF_RenderText_Solid(TTF_Font* font, const(char)* text, SDL_Color fg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_RenderUNICODE_Blended
SDL_Surface* TTF_RenderUNICODE_Blended(TTF_Font* font, const(ushort)* text, SDL_Color fg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_RenderUNICODE_Blended_Wrapped
SDL_Surface* TTF_RenderUNICODE_Blended_Wrapped(TTF_Font* font, const(ushort)* text, SDL_Color fg, uint wrapLength)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_RenderUNICODE_Shaded
SDL_Surface* TTF_RenderUNICODE_Shaded(TTF_Font* font, const(ushort)* text, SDL_Color fg, SDL_Color bg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_RenderUNICODE_Solid
SDL_Surface* TTF_RenderUNICODE_Solid(TTF_Font* font, const(ushort)* text, SDL_Color fg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_RenderUTF8_Blended
SDL_Surface* TTF_RenderUTF8_Blended(TTF_Font* font, const(char)* text, SDL_Color fg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_RenderUTF8_Blended_Wrapped
SDL_Surface* TTF_RenderUTF8_Blended_Wrapped(TTF_Font* font, const(char)* text, SDL_Color fg, uint wrapLength)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_RenderUTF8_Shaded
SDL_Surface* TTF_RenderUTF8_Shaded(TTF_Font* font, const(char)* text, SDL_Color fg, SDL_Color bg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_RenderUTF8_Solid
SDL_Surface* TTF_RenderUTF8_Solid(TTF_Font* font, const(char)* text, SDL_Color fg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_SetFontHinting
void TTF_SetFontHinting(TTF_Font* font, int hinting)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_SetFontKerning
void TTF_SetFontKerning(TTF_Font* font, int allowed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_SetFontOutline
void TTF_SetFontOutline(TTF_Font* font, int outline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_SetFontStyle
void TTF_SetFontStyle(const(TTF_Font)* font, int style)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_SizeText
int TTF_SizeText(TTF_Font* font, const(char)* text, int* w, int* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_SizeUNICODE
int TTF_SizeUNICODE(TTF_Font* font, const(ushort)* text, int* w, int* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_SizeUTF8
int TTF_SizeUTF8(TTF_Font* font, const(char)* text, int* w, int* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- TTF_WasInit
int TTF_WasInit()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- isSDLTTFLoaded
bool isSDLTTFLoaded()
Undocumented in source. Be warned that the author may not have intended to support it.
- loadSDLTTF
SDLTTFSupport loadSDLTTF(const(char)* libName)
Undocumented in source. Be warned that the author may not have intended to support it.
- loadSDLTTF
SDLTTFSupport loadSDLTTF()
Undocumented in source. Be warned that the author may not have intended to support it.
- loadedSDLTTFVersion
SDLTTFSupport loadedSDLTTFVersion()
Undocumented in source. Be warned that the author may not have intended to support it.
- unloadSDLTTF
void unloadSDLTTF()
Undocumented in source. Be warned that the author may not have intended to support it.
- TTF_ByteSwappedUNICODE
pTTF_ByteSwappedUNICODE TTF_ByteSwappedUNICODE;
Undocumented in source.
- TTF_CloseFont
pTTF_CloseFont TTF_CloseFont;
Undocumented in source.
- TTF_FontAscent
pTTF_FontAscent TTF_FontAscent;
Undocumented in source.
- TTF_FontDescent
pTTF_FontDescent TTF_FontDescent;
Undocumented in source.
- TTF_FontFaceFamilyName
pTTF_FontFaceFamilyName TTF_FontFaceFamilyName;
Undocumented in source.
- TTF_FontFaceIsFixedWidth
pTTF_FontFaceIsFixedWidth TTF_FontFaceIsFixedWidth;
Undocumented in source.
- TTF_FontFaceStyleName
pTTF_FontFaceStyleName TTF_FontFaceStyleName;
Undocumented in source.
- TTF_FontFaces
pTTF_FontFaces TTF_FontFaces;
Undocumented in source.
- TTF_FontHeight
pTTF_FontHeight TTF_FontHeight;
Undocumented in source.
- TTF_FontLineSkip
pTTF_FontLineSkip TTF_FontLineSkip;
Undocumented in source.
- TTF_GetFontHinting
pTTF_GetFontHinting TTF_GetFontHinting;
Undocumented in source.
- TTF_GetFontKerning
pTTF_GetFontKerning TTF_GetFontKerning;
Undocumented in source.
- TTF_GetFontKerningSize
pTTF_GetFontKerningSize TTF_GetFontKerningSize;
Undocumented in source.
- TTF_GetFontKerningSizeGlyphs
pTTF_GetFontKerningSizeGlyphs TTF_GetFontKerningSizeGlyphs;
Undocumented in source.
- TTF_GetFontOutline
pTTF_GetFontOutline TTF_GetFontOutline;
Undocumented in source.
- TTF_GetFontStyle
pTTF_GetFontStyle TTF_GetFontStyle;
Undocumented in source.
- TTF_GlyphIsProvided
pTTF_GlyphIsProvided TTF_GlyphIsProvided;
Undocumented in source.
- TTF_GlyphMetrics
pTTF_GlyphMetrics TTF_GlyphMetrics;
Undocumented in source.
- TTF_Init
pTTF_Init TTF_Init;
Undocumented in source.
- TTF_Linked_Version
pTTF_Linked_Version TTF_Linked_Version;
Undocumented in source.
- TTF_OpenFont
pTTF_OpenFont TTF_OpenFont;
Undocumented in source.
- TTF_OpenFontIndex
pTTF_OpenFontIndex TTF_OpenFontIndex;
Undocumented in source.
- TTF_OpenFontIndexRW
pTTF_OpenFontIndexRW TTF_OpenFontIndexRW;
Undocumented in source.
- TTF_OpenFontRW
pTTF_OpenFontRW TTF_OpenFontRW;
Undocumented in source.
- TTF_Quit
pTTF_Quit TTF_Quit;
Undocumented in source.
- TTF_RenderGlyph_Blended
pTTF_RenderGlyph_Blended TTF_RenderGlyph_Blended;
Undocumented in source.
- TTF_RenderGlyph_Shaded
pTTF_RenderGlyph_Shaded TTF_RenderGlyph_Shaded;
Undocumented in source.
- TTF_RenderGlyph_Solid
pTTF_RenderGlyph_Solid TTF_RenderGlyph_Solid;
Undocumented in source.
- TTF_RenderText_Blended
pTTF_RenderText_Blended TTF_RenderText_Blended;
Undocumented in source.
- TTF_RenderText_Blended_Wrapped
pTTF_RenderText_Blended_Wrapped TTF_RenderText_Blended_Wrapped;
Undocumented in source.
- TTF_RenderText_Shaded
pTTF_RenderText_Shaded TTF_RenderText_Shaded;
Undocumented in source.
- TTF_RenderText_Solid
pTTF_RenderText_Solid TTF_RenderText_Solid;
Undocumented in source.
- TTF_RenderUNICODE_Blended
pTTF_RenderUNICODE_Blended TTF_RenderUNICODE_Blended;
Undocumented in source.
- TTF_RenderUNICODE_Blended_Wrapped
pTTF_RenderUNICODE_Blended_Wrapped TTF_RenderUNICODE_Blended_Wrapped;
Undocumented in source.
- TTF_RenderUNICODE_Shaded
pTTF_RenderUNICODE_Shaded TTF_RenderUNICODE_Shaded;
Undocumented in source.
- TTF_RenderUNICODE_Solid
pTTF_RenderUNICODE_Solid TTF_RenderUNICODE_Solid;
Undocumented in source.
- TTF_RenderUTF8_Blended
pTTF_RenderUTF8_Blended TTF_RenderUTF8_Blended;
Undocumented in source.
- TTF_RenderUTF8_Blended_Wrapped
pTTF_RenderUTF8_Blended_Wrapped TTF_RenderUTF8_Blended_Wrapped;
Undocumented in source.
- TTF_RenderUTF8_Shaded
pTTF_RenderUTF8_Shaded TTF_RenderUTF8_Shaded;
Undocumented in source.
- TTF_RenderUTF8_Solid
pTTF_RenderUTF8_Solid TTF_RenderUTF8_Solid;
Undocumented in source.
- TTF_SetFontHinting
pTTF_SetFontHinting TTF_SetFontHinting;
Undocumented in source.
- TTF_SetFontKerning
pTTF_SetFontKerning TTF_SetFontKerning;
Undocumented in source.
- TTF_SetFontOutline
pTTF_SetFontOutline TTF_SetFontOutline;
Undocumented in source.
- TTF_SetFontStyle
pTTF_SetFontStyle TTF_SetFontStyle;
Undocumented in source.
- TTF_SizeText
pTTF_SizeText TTF_SizeText;
Undocumented in source.
- TTF_SizeUNICODE
pTTF_SizeUNICODE TTF_SizeUNICODE;
Undocumented in source.
- TTF_SizeUTF8
pTTF_SizeUTF8 TTF_SizeUTF8;
Undocumented in source.
- TTF_WasInit
pTTF_WasInit TTF_WasInit;
Undocumented in source.