Mercurial > pub > dyncall > bindings
comparison R/rdyncall/inst/dynports/SDL_ttf.R @ 0:0cfcc391201f
initial from svn dyncall-1745
| author | Daniel Adler |
|---|---|
| date | Thu, 19 Mar 2015 22:26:28 +0100 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:0cfcc391201f |
|---|---|
| 1 dynport("SDL") | |
| 2 dynbind("SDL_ttf", " | |
| 3 TTF_ByteSwappedUNICODE(i)v; | |
| 4 TTF_CloseFont(*<_TTF_Font>)v; | |
| 5 TTF_FontAscent(*<_TTF_Font>)i; | |
| 6 TTF_FontDescent(*<_TTF_Font>)i; | |
| 7 TTF_FontFaceFamilyName(*<_TTF_Font>)*c; | |
| 8 TTF_FontFaceIsFixedWidth(*<_TTF_Font>)i; | |
| 9 TTF_FontFaceStyleName(*<_TTF_Font>)*c; | |
| 10 TTF_FontFaces(*<_TTF_Font>)j; | |
| 11 TTF_FontHeight(*<_TTF_Font>)i; | |
| 12 TTF_FontLineSkip(*<_TTF_Font>)i; | |
| 13 TTF_GetFontStyle(*<_TTF_Font>)i; | |
| 14 TTF_GlyphMetrics(*<_TTF_Font>S*i*i*i*i*i)i; | |
| 15 TTF_Init()i; | |
| 16 TTF_Linked_Version()*<SDL_version>; | |
| 17 TTF_OpenFont(*ci)*<_TTF_Font>; | |
| 18 TTF_OpenFontIndex(*cij)*<_TTF_Font>; | |
| 19 TTF_OpenFontIndexRW(*<SDL_RWops>iij)*<_TTF_Font>; | |
| 20 TTF_OpenFontRW(*<SDL_RWops>ii)*<_TTF_Font>; | |
| 21 TTF_Quit()v; | |
| 22 TTF_RenderGlyph_Blended(*<_TTF_Font>S)*<SDL_Surface>; | |
| 23 TTF_RenderGlyph_Shaded(*<_TTF_Font>S)*<SDL_Surface>; | |
| 24 TTF_RenderGlyph_Solid(*<_TTF_Font>S)*<SDL_Surface>; | |
| 25 TTF_RenderText_Blended(*<_TTF_Font>*c)*<SDL_Surface>; | |
| 26 TTF_RenderText_Shaded(*<_TTF_Font>*c)*<SDL_Surface>; | |
| 27 TTF_RenderText_Solid(*<_TTF_Font>*c)*<SDL_Surface>; | |
| 28 TTF_RenderUNICODE_Blended(*<_TTF_Font>*S)*<SDL_Surface>; | |
| 29 TTF_RenderUNICODE_Shaded(*<_TTF_Font>*S)*<SDL_Surface>; | |
| 30 TTF_RenderUNICODE_Solid(*<_TTF_Font>*S)*<SDL_Surface>; | |
| 31 TTF_RenderUTF8_Blended(*<_TTF_Font>*c)*<SDL_Surface>; | |
| 32 TTF_RenderUTF8_Shaded(*<_TTF_Font>*c)*<SDL_Surface>; | |
| 33 TTF_RenderUTF8_Solid(*<_TTF_Font>*c)*<SDL_Surface>; | |
| 34 TTF_SetFontStyle(*<_TTF_Font>i)v; | |
| 35 TTF_SizeText(*<_TTF_Font>*c*i*i)i; | |
| 36 TTF_SizeUNICODE(*<_TTF_Font>*S*i*i)i; | |
| 37 TTF_SizeUTF8(*<_TTF_Font>*c*i*i)i; | |
| 38 TTF_WasInit()i; | |
| 39 ") | |
| 40 TTF_GetError=SDL_GetError | |
| 41 TTF_MAJOR_VERSION=2 | |
| 42 TTF_MINOR_VERSION=0 | |
| 43 TTF_PATCHLEVEL=9 | |
| 44 TTF_STYLE_BOLD=0x01 | |
| 45 TTF_STYLE_ITALIC=0x02 | |
| 46 TTF_STYLE_NORMAL=0x00 | |
| 47 TTF_STYLE_UNDERLINE=0x04 | |
| 48 TTF_SetError=SDL_SetError | |
| 49 |
