- TTF_Font
alias TTF_Font = _TTF_Font
Undocumented in source.
- 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_RenderText
alias TTF_RenderText = TTF_RenderText_Shaded
Undocumented in source.
- TTF_RenderUNICODE
alias TTF_RenderUNICODE = TTF_RenderUNICODE_Shaded
Undocumented in source.
- TTF_RenderUTF8
alias TTF_RenderUTF8 = TTF_RenderUTF8_Shaded
Undocumented in source.
- TTF_SetError
alias TTF_SetError = SDL_SetError
Undocumented in source.
- da_TTF_ByteSwappedUNICODE
alias da_TTF_ByteSwappedUNICODE = void function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_TTF_CloseFont
alias da_TTF_CloseFont = void function(TTF_Font*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_TTF_FontAscent
alias da_TTF_FontAscent = int function(in TTF_Font*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_TTF_FontDescent
alias da_TTF_FontDescent = int function(in TTF_Font*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_TTF_FontFaceFamilyName
alias da_TTF_FontFaceFamilyName = char* function(in TTF_Font*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_TTF_FontFaceIsFixedWidth
alias da_TTF_FontFaceIsFixedWidth = int function(in TTF_Font*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_TTF_FontFaceStyleName
alias da_TTF_FontFaceStyleName = char* function(in TTF_Font*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_TTF_FontFaces
alias da_TTF_FontFaces = int function(in TTF_Font*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_TTF_FontHeight
alias da_TTF_FontHeight = int function(in TTF_Font*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_TTF_FontLineSkip
alias da_TTF_FontLineSkip = int function(in TTF_Font*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_TTF_GetFontHinting
alias da_TTF_GetFontHinting = int function(in TTF_Font*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_TTF_GetFontKerning
alias da_TTF_GetFontKerning = int function(in TTF_Font*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_TTF_GetFontKerningSize
alias da_TTF_GetFontKerningSize = int function(TTF_Font*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_TTF_GetFontOutline
alias da_TTF_GetFontOutline = int function(in TTF_Font*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_TTF_GetFontStyle
alias da_TTF_GetFontStyle = int function(in TTF_Font*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_TTF_GlyphIsProvided
alias da_TTF_GlyphIsProvided = int function(in TTF_Font*, Uint16)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_TTF_GlyphMetrics
alias da_TTF_GlyphMetrics = int function(TTF_Font*, Uint16, int*, int*, int*, int*, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_TTF_Init
alias da_TTF_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.
- da_TTF_Linked_Version
alias da_TTF_Linked_Version = CSDLVERPTR function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_TTF_OpenFont
alias da_TTF_OpenFont = TTF_Font* function(in char*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_TTF_OpenFontIndex
alias da_TTF_OpenFontIndex = TTF_Font* function(in char*, int, long)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_TTF_OpenFontIndexRW
alias da_TTF_OpenFontIndexRW = TTF_Font* function(SDL_RWops*, int, int, long)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_TTF_OpenFontRW
alias da_TTF_OpenFontRW = TTF_Font* function(SDL_RWops*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_TTF_Quit
alias da_TTF_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.
- da_TTF_RenderGlyph_Blended
alias da_TTF_RenderGlyph_Blended = SDL_Surface* function(TTF_Font*, Uint16, SDL_Color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_TTF_RenderGlyph_Shaded
alias da_TTF_RenderGlyph_Shaded = SDL_Surface* function(TTF_Font*, Uint16, SDL_Color, SDL_Color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_TTF_RenderGlyph_Solid
alias da_TTF_RenderGlyph_Solid = SDL_Surface* function(TTF_Font*, Uint16, SDL_Color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_TTF_RenderText_Blended
alias da_TTF_RenderText_Blended = SDL_Surface* function(TTF_Font*, in char*, SDL_Color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_TTF_RenderText_Shaded
alias da_TTF_RenderText_Shaded = SDL_Surface* function(TTF_Font*, in char*, SDL_Color, SDL_Color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_TTF_RenderText_Solid
alias da_TTF_RenderText_Solid = SDL_Surface* function(TTF_Font*, in char*, SDL_Color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_TTF_RenderUNICODE_Blended
alias da_TTF_RenderUNICODE_Blended = SDL_Surface* function(TTF_Font*, in Uint16*, SDL_Color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_TTF_RenderUNICODE_Shaded
alias da_TTF_RenderUNICODE_Shaded = SDL_Surface* function(TTF_Font*, in Uint16*, SDL_Color, SDL_Color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_TTF_RenderUNICODE_Solid
alias da_TTF_RenderUNICODE_Solid = SDL_Surface* function(TTF_Font*, in Uint16*, SDL_Color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_TTF_RenderUTF8_Blended
alias da_TTF_RenderUTF8_Blended = SDL_Surface* function(TTF_Font*, in char*, SDL_Color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_TTF_RenderUTF8_Shaded
alias da_TTF_RenderUTF8_Shaded = SDL_Surface* function(TTF_Font*, in char*, SDL_Color, SDL_Color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_TTF_RenderUTF8_Solid
alias da_TTF_RenderUTF8_Solid = SDL_Surface* function(TTF_Font*, in char*, SDL_Color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_TTF_SetFontHinting
alias da_TTF_SetFontHinting = void function(TTF_Font*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_TTF_SetFontKerning
alias da_TTF_SetFontKerning = void function(TTF_Font*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_TTF_SetFontOutline
alias da_TTF_SetFontOutline = void function(TTF_Font*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_TTF_SetFontStyle
alias da_TTF_SetFontStyle = void function(in TTF_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.
- da_TTF_SizeText
alias da_TTF_SizeText = int function(TTF_Font*, in char*, int*, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_TTF_SizeUNICODE
alias da_TTF_SizeUNICODE = int function(TTF_Font*, Uint16*, int*, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_TTF_SizeUTF8
alias da_TTF_SizeUTF8 = int function(TTF_Font*, in char*, int*, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_TTF_WasInit
alias da_TTF_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.