bindbc.sdl.ttf

Undocumented in source.

Members

Aliases

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_GetFontKerningSizeGlyphs32
alias pTTF_GetFontKerningSizeGlyphs32 = int function(TTF_Font* font, uint previous_ch, uint 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_GetFontSDF
alias pTTF_GetFontSDF = SDL_bool 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_GetFreeTypeVersion
alias pTTF_GetFreeTypeVersion = void function(int* major, int* minor, int* patch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pTTF_GetHarfBuzzVersion
alias pTTF_GetHarfBuzzVersion = void function(int* major, int* minor, int* patch)
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_GlyphIsProvided32
alias pTTF_GlyphIsProvided32 = int function(TTF_Font* font, uint 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_GlyphMetrics32
alias pTTF_GlyphMetrics32 = int function(TTF_Font* font, uint 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_MeasureText
alias pTTF_MeasureText = int function(TTF_Font* font, const(char)* text, int measure_width, int* extent, int* count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pTTF_MeasureUNICODE
alias pTTF_MeasureUNICODE = int function(TTF_Font* font, const(ushort)* text, int measure_width, int* extent, int* count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pTTF_MeasureUTF8
alias pTTF_MeasureUTF8 = int function(TTF_Font* font, const(char)* text, int measure_width, int* extent, int* count)
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_OpenFontDPI
alias pTTF_OpenFontDPI = TTF_Font* function(const(char)* file, int ptsize, uint hdpi, uint vdpi)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pTTF_OpenFontDPIRW
alias pTTF_OpenFontDPIRW = TTF_Font* function(SDL_RWops* src, int freesrc, int ptsize, uint hdpi, uint vdpi)
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_OpenFontIndexDPI
alias pTTF_OpenFontIndexDPI = TTF_Font* function(const(char)* file, int ptsize, long index, uint hdpi, uint vdpi)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pTTF_OpenFontIndexDPIRW
alias pTTF_OpenFontIndexDPIRW = TTF_Font* function(SDL_RWops* src, int freesrc, int ptsize, long index, uint hdpi, uint vdpi)
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_RenderGlyph32_Blended
alias pTTF_RenderGlyph32_Blended = SDL_Surface* function(TTF_Font* font, uint 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_RenderGlyph32_Shaded
alias pTTF_RenderGlyph32_Shaded = SDL_Surface* function(TTF_Font* font, uint 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_RenderGlyph32_Solid
alias pTTF_RenderGlyph32_Solid = SDL_Surface* function(TTF_Font* font, uint 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_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_Shaded_Wrapped
alias pTTF_RenderText_Shaded_Wrapped = SDL_Surface* function(TTF_Font* font, const(char)* text, SDL_Color fg, SDL_Color bg, 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_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_RenderText_Solid_Wrapped
alias pTTF_RenderText_Solid_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_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_Shaded_Wrapped
alias pTTF_RenderUNICODE_Shaded_Wrapped = SDL_Surface* function(TTF_Font* font, const(ushort)* text, SDL_Color fg, SDL_Color bg, 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_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_RenderUNICODE_Solid_Wrapped
alias pTTF_RenderUNICODE_Solid_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_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_Shaded_Wrapped
alias pTTF_RenderUTF8_Shaded_Wrapped = SDL_Surface* function(TTF_Font* font, const(char)* text, SDL_Color fg, SDL_Color bg, 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_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_RenderUTF8_Solid_Wrapped
alias pTTF_RenderUTF8_Solid_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_SetDirection
alias pTTF_SetDirection = int function(int direction)
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_SetFontSDF
alias pTTF_SetFontSDF = int function(TTF_Font* font, SDL_bool on_off)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pTTF_SetFontSize
alias pTTF_SetFontSize = int function(TTF_Font* font, 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_SetFontSizeDPI
alias pTTF_SetFontSizeDPI = int function(TTF_Font* font, int ptsize, uint hdpi, uint vdpi)
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_SetScript
alias pTTF_SetScript = int function(int script)
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.

Enums

SDLTTFSupport
enum SDLTTFSupport
Undocumented in source.
UNICODE_BOM_NATIVE
anonymousenum UNICODE_BOM_NATIVE
Undocumented in source.

Functions

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_GetFontKerningSizeGlyphs32
int TTF_GetFontKerningSizeGlyphs32(TTF_Font* font, uint previous_ch, uint 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_GetFontSDF
SDL_bool TTF_GetFontSDF(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_GetFreeTypeVersion
void TTF_GetFreeTypeVersion(int* major, int* minor, int* patch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TTF_GetHarfBuzzVersion
void TTF_GetHarfBuzzVersion(int* major, int* minor, int* patch)
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_GlyphIsProvided32
int TTF_GlyphIsProvided32(TTF_Font* font, uint 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_GlyphMetrics32
int TTF_GlyphMetrics32(TTF_Font* font, uint 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_MeasureText
int TTF_MeasureText(TTF_Font* font, const(char)* text, int measure_width, int* extent, int* count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TTF_MeasureUNICODE
int TTF_MeasureUNICODE(TTF_Font* font, const(ushort)* text, int measure_width, int* extent, int* count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TTF_MeasureUTF8
int TTF_MeasureUTF8(TTF_Font* font, const(char)* text, int measure_width, int* extent, int* count)
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_OpenFontDPI
TTF_Font* TTF_OpenFontDPI(const(char)* file, int ptsize, uint hdpi, uint vdpi)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TTF_OpenFontDPIRW
TTF_Font* TTF_OpenFontDPIRW(SDL_RWops* src, int freesrc, int ptsize, uint hdpi, uint vdpi)
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_OpenFontIndexDPI
TTF_Font* TTF_OpenFontIndexDPI(const(char)* file, int ptsize, long index, uint hdpi, uint vdpi)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TTF_OpenFontIndexDPIRW
TTF_Font* TTF_OpenFontIndexDPIRW(SDL_RWops* src, int freesrc, int ptsize, long index, uint hdpi, uint vdpi)
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_RenderGlyph32_Blended
SDL_Surface* TTF_RenderGlyph32_Blended(TTF_Font* font, uint 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_RenderGlyph32_Shaded
SDL_Surface* TTF_RenderGlyph32_Shaded(TTF_Font* font, uint 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_RenderGlyph32_Solid
SDL_Surface* TTF_RenderGlyph32_Solid(TTF_Font* font, uint 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_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_Shaded_Wrapped
SDL_Surface* TTF_RenderText_Shaded_Wrapped(TTF_Font* font, const(char)* text, SDL_Color fg, SDL_Color bg, 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_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_RenderText_Solid_Wrapped
SDL_Surface* TTF_RenderText_Solid_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_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_Shaded_Wrapped
SDL_Surface* TTF_RenderUNICODE_Shaded_Wrapped(TTF_Font* font, const(ushort)* text, SDL_Color fg, SDL_Color bg, 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_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_RenderUNICODE_Solid_Wrapped
SDL_Surface* TTF_RenderUNICODE_Solid_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_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_Shaded_Wrapped
SDL_Surface* TTF_RenderUTF8_Shaded_Wrapped(TTF_Font* font, const(char)* text, SDL_Color fg, SDL_Color bg, 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_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_RenderUTF8_Solid_Wrapped
SDL_Surface* TTF_RenderUTF8_Solid_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_SetDirection
int TTF_SetDirection(int direction)
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_SetFontSDF
int TTF_SetFontSDF(TTF_Font* font, SDL_bool on_off)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TTF_SetFontSize
int TTF_SetFontSize(TTF_Font* font, 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_SetFontSizeDPI
int TTF_SetFontSizeDPI(TTF_Font* font, int ptsize, uint hdpi, uint vdpi)
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_SetScript
int TTF_SetScript(int script)
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()
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.
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.

Manifest constants

TTF_HINTING_LIGHT
enum TTF_HINTING_LIGHT;
Undocumented in source.
TTF_HINTING_LIGHT_SUBPIXEL
enum TTF_HINTING_LIGHT_SUBPIXEL;
Undocumented in source.
TTF_HINTING_MONO
enum TTF_HINTING_MONO;
Undocumented in source.
TTF_HINTING_NONE
enum TTF_HINTING_NONE;
Undocumented in source.
TTF_HINTING_NORMAL
enum TTF_HINTING_NORMAL;
Undocumented in source.
sdlTTFSupport
enum sdlTTFSupport;
Undocumented in source.
sdlTTFSupport
enum sdlTTFSupport;
Undocumented in source.
sdlTTFSupport
enum sdlTTFSupport;
Undocumented in source.
sdlTTFSupport
enum sdlTTFSupport;
Undocumented in source.
sdlTTFSupport
enum sdlTTFSupport;
Undocumented in source.

Static variables

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_GetFontKerningSizeGlyphs32
pTTF_GetFontKerningSizeGlyphs32 TTF_GetFontKerningSizeGlyphs32;
Undocumented in source.
TTF_GetFontOutline
pTTF_GetFontOutline TTF_GetFontOutline;
Undocumented in source.
TTF_GetFontSDF
pTTF_GetFontSDF TTF_GetFontSDF;
Undocumented in source.
TTF_GetFontStyle
pTTF_GetFontStyle TTF_GetFontStyle;
Undocumented in source.
TTF_GetFreeTypeVersion
pTTF_GetFreeTypeVersion TTF_GetFreeTypeVersion;
Undocumented in source.
TTF_GetHarfBuzzVersion
pTTF_GetHarfBuzzVersion TTF_GetHarfBuzzVersion;
Undocumented in source.
TTF_GlyphIsProvided
pTTF_GlyphIsProvided TTF_GlyphIsProvided;
Undocumented in source.
TTF_GlyphIsProvided32
pTTF_GlyphIsProvided32 TTF_GlyphIsProvided32;
Undocumented in source.
TTF_GlyphMetrics
pTTF_GlyphMetrics TTF_GlyphMetrics;
Undocumented in source.
TTF_GlyphMetrics32
pTTF_GlyphMetrics32 TTF_GlyphMetrics32;
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_MeasureText
pTTF_MeasureText TTF_MeasureText;
Undocumented in source.
TTF_MeasureUNICODE
pTTF_MeasureUNICODE TTF_MeasureUNICODE;
Undocumented in source.
TTF_MeasureUTF8
pTTF_MeasureUTF8 TTF_MeasureUTF8;
Undocumented in source.
TTF_OpenFont
pTTF_OpenFont TTF_OpenFont;
Undocumented in source.
TTF_OpenFontDPI
pTTF_OpenFontDPI TTF_OpenFontDPI;
Undocumented in source.
TTF_OpenFontDPIRW
pTTF_OpenFontDPIRW TTF_OpenFontDPIRW;
Undocumented in source.
TTF_OpenFontIndex
pTTF_OpenFontIndex TTF_OpenFontIndex;
Undocumented in source.
TTF_OpenFontIndexDPI
pTTF_OpenFontIndexDPI TTF_OpenFontIndexDPI;
Undocumented in source.
TTF_OpenFontIndexDPIRW
pTTF_OpenFontIndexDPIRW TTF_OpenFontIndexDPIRW;
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_RenderGlyph32_Blended
pTTF_RenderGlyph32_Blended TTF_RenderGlyph32_Blended;
Undocumented in source.
TTF_RenderGlyph32_Shaded
pTTF_RenderGlyph32_Shaded TTF_RenderGlyph32_Shaded;
Undocumented in source.
TTF_RenderGlyph32_Solid
pTTF_RenderGlyph32_Solid TTF_RenderGlyph32_Solid;
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_Shaded_Wrapped
pTTF_RenderText_Shaded_Wrapped TTF_RenderText_Shaded_Wrapped;
Undocumented in source.
TTF_RenderText_Solid
pTTF_RenderText_Solid TTF_RenderText_Solid;
Undocumented in source.
TTF_RenderText_Solid_Wrapped
pTTF_RenderText_Solid_Wrapped TTF_RenderText_Solid_Wrapped;
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_Shaded_Wrapped
pTTF_RenderUNICODE_Shaded_Wrapped TTF_RenderUNICODE_Shaded_Wrapped;
Undocumented in source.
TTF_RenderUNICODE_Solid
pTTF_RenderUNICODE_Solid TTF_RenderUNICODE_Solid;
Undocumented in source.
TTF_RenderUNICODE_Solid_Wrapped
pTTF_RenderUNICODE_Solid_Wrapped TTF_RenderUNICODE_Solid_Wrapped;
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_Shaded_Wrapped
pTTF_RenderUTF8_Shaded_Wrapped TTF_RenderUTF8_Shaded_Wrapped;
Undocumented in source.
TTF_RenderUTF8_Solid
pTTF_RenderUTF8_Solid TTF_RenderUTF8_Solid;
Undocumented in source.
TTF_RenderUTF8_Solid_Wrapped
pTTF_RenderUTF8_Solid_Wrapped TTF_RenderUTF8_Solid_Wrapped;
Undocumented in source.
TTF_SetDirection
pTTF_SetDirection TTF_SetDirection;
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_SetFontSDF
pTTF_SetFontSDF TTF_SetFontSDF;
Undocumented in source.
TTF_SetFontSize
pTTF_SetFontSize TTF_SetFontSize;
Undocumented in source.
TTF_SetFontSizeDPI
pTTF_SetFontSizeDPI TTF_SetFontSizeDPI;
Undocumented in source.
TTF_SetFontStyle
pTTF_SetFontStyle TTF_SetFontStyle;
Undocumented in source.
TTF_SetScript
pTTF_SetScript TTF_SetScript;
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.

Structs

TTF_Font
struct TTF_Font
Undocumented in source.

Variables

SDL_TTF_MAJOR_VERSION
enum ubyte SDL_TTF_MAJOR_VERSION;
Undocumented in source.
SDL_TTF_MINOR_VERSION
enum ubyte SDL_TTF_MINOR_VERSION;
Undocumented in source.
SDL_TTF_PATCHLEVEL
enum ubyte SDL_TTF_PATCHLEVEL;
Undocumented in source.
SDL_TTF_PATCHLEVEL
enum ubyte SDL_TTF_PATCHLEVEL;
Undocumented in source.
SDL_TTF_PATCHLEVEL
enum ubyte SDL_TTF_PATCHLEVEL;
Undocumented in source.
SDL_TTF_PATCHLEVEL
enum ubyte SDL_TTF_PATCHLEVEL;
Undocumented in source.
SDL_TTF_PATCHLEVEL
enum ubyte SDL_TTF_PATCHLEVEL;
Undocumented in source.

Meta