HomeSort by relevance Sort by last modified time
    Searched defs:TTF_Font (Results 1 - 3 of 3) sorted by null

  /prebuilts/misc/darwin-x86_64/sdl2_ttf/include/SDL2/
SDL_ttf.h 77 typedef struct _TTF_Font TTF_Font;
86 extern DECLSPEC TTF_Font * SDLCALL TTF_OpenFont(const char *file, int ptsize);
87 extern DECLSPEC TTF_Font * SDLCALL TTF_OpenFontIndex(const char *file, int ptsize, long index);
88 extern DECLSPEC TTF_Font * SDLCALL TTF_OpenFontRW(SDL_RWops *src, int freesrc, int ptsize);
89 extern DECLSPEC TTF_Font * SDLCALL TTF_OpenFontIndexRW(SDL_RWops *src, int freesrc, int ptsize, long index);
97 extern DECLSPEC int SDLCALL TTF_GetFontStyle(const TTF_Font *font);
98 extern DECLSPEC void SDLCALL TTF_SetFontStyle(TTF_Font *font, int style);
99 extern DECLSPEC int SDLCALL TTF_GetFontOutline(const TTF_Font *font);
100 extern DECLSPEC void SDLCALL TTF_SetFontOutline(TTF_Font *font, int outline);
107 extern DECLSPEC int SDLCALL TTF_GetFontHinting(const TTF_Font *font)
    [all...]
  /prebuilts/misc/windows/sdl2_ttf/i686-w64-mingw32/include/SDL2/
SDL_ttf.h 77 typedef struct _TTF_Font TTF_Font;
86 extern DECLSPEC TTF_Font * SDLCALL TTF_OpenFont(const char *file, int ptsize);
87 extern DECLSPEC TTF_Font * SDLCALL TTF_OpenFontIndex(const char *file, int ptsize, long index);
88 extern DECLSPEC TTF_Font * SDLCALL TTF_OpenFontRW(SDL_RWops *src, int freesrc, int ptsize);
89 extern DECLSPEC TTF_Font * SDLCALL TTF_OpenFontIndexRW(SDL_RWops *src, int freesrc, int ptsize, long index);
97 extern DECLSPEC int SDLCALL TTF_GetFontStyle(const TTF_Font *font);
98 extern DECLSPEC void SDLCALL TTF_SetFontStyle(TTF_Font *font, int style);
99 extern DECLSPEC int SDLCALL TTF_GetFontOutline(const TTF_Font *font);
100 extern DECLSPEC void SDLCALL TTF_SetFontOutline(TTF_Font *font, int outline);
107 extern DECLSPEC int SDLCALL TTF_GetFontHinting(const TTF_Font *font)
    [all...]
  /prebuilts/misc/windows/sdl2_ttf/x86_64-w64-mingw32/include/SDL2/
SDL_ttf.h 77 typedef struct _TTF_Font TTF_Font;
86 extern DECLSPEC TTF_Font * SDLCALL TTF_OpenFont(const char *file, int ptsize);
87 extern DECLSPEC TTF_Font * SDLCALL TTF_OpenFontIndex(const char *file, int ptsize, long index);
88 extern DECLSPEC TTF_Font * SDLCALL TTF_OpenFontRW(SDL_RWops *src, int freesrc, int ptsize);
89 extern DECLSPEC TTF_Font * SDLCALL TTF_OpenFontIndexRW(SDL_RWops *src, int freesrc, int ptsize, long index);
97 extern DECLSPEC int SDLCALL TTF_GetFontStyle(const TTF_Font *font);
98 extern DECLSPEC void SDLCALL TTF_SetFontStyle(TTF_Font *font, int style);
99 extern DECLSPEC int SDLCALL TTF_GetFontOutline(const TTF_Font *font);
100 extern DECLSPEC void SDLCALL TTF_SetFontOutline(TTF_Font *font, int outline);
107 extern DECLSPEC int SDLCALL TTF_GetFontHinting(const TTF_Font *font)
    [all...]

Completed in 83 milliseconds