Home
last modified time | relevance | path

Searched refs:TTF_OpenFontIndex (Results 1 – 25 of 54) sorted by path

123

/dports/devel/emscripten/emscripten-2.0.3/system/include/SDL/
H A DSDL_ttf.h87 extern DECLSPEC TTF_Font * SDLCALL TTF_OpenFontIndex(const char *file, int ptsize, long index);
/dports/devel/fpc-sdl/fpc-3.2.2/packages/sdl/src/
H A Dpowersdl_ttf.inc11 function TTF_OpenFontIndex(const file_ : pChar; ptsize : LongInt; index : LongInt) : pTTF_Font; sys…
H A Dsdl_ttf.pas276 function TTF_OpenFontIndex( const filename : Pchar; ptsize : integer; index : Longint ): PTTF_Font; in TTF_OpenFontIndex() function
/dports/devel/p5-SDL/SDL-2.548/src/TTF/
H A DTTF.xs166 RETVAL = TTF_OpenFontIndex(file, ptsize, index);
/dports/devel/p5-SDL/SDL-2.548/src/TTF/objects/
H A DFont.xs39 RETVAL = TTF_OpenFontIndex(file, ptsize, index);
/dports/devel/py-game_sdl2/pygame_sdl2-2.1.0-for-renpy-7.4.11/include/
H A Dsdl2_ttf.pxd23 TTF_Font * TTF_OpenFontIndex(const char *file, int ptsize, long index)
/dports/devel/py-pysdl2/PySDL2-0.9.9/sdl2/ext/
H A Dfont.py235 font = sdlttf.TTF_OpenFontIndex(byteify(font_path, "utf-8"), size,
/dports/devel/py-pysdl2/PySDL2-0.9.9/sdl2/
H A Dsdlttf.py98 TTF_OpenFontIndex = _bind("TTF_OpenFontIndex", [c_char_p, c_int, c_long], POINTER(TTF_Font)) variable
/dports/devel/py-pysdl2/PySDL2-0.9.9/sdl2/test/
H A Dsdlttf_test.py61 font = sdlttf.TTF_OpenFontIndex(fontfile, x, 0)
/dports/devel/sdl2pp/libSDL2pp-0.16.1/SDL2pp/
H A DFont.cc38 if ((font_ = TTF_OpenFontIndex(file.c_str(), ptsize, index)) == nullptr) in Font()
/dports/devel/sdl_gnat/sdl_gnat-2013/src/
H A Dsdl_sdl_ttf_h.ads64 function TTF_OpenFontIndex subprogspec
68 pragma Import (C, TTF_OpenFontIndex, "TTF_OpenFontIndex");
/dports/emulators/mame/mame-mame0226/src/osd/modules/font/
H A Dfont_sdl.cpp210 return TTF_Font_ptr(TTF_OpenFontIndex(name.c_str(), POINT_SIZE, index), &TTF_CloseFont); in TTF_OpenFont_Magic()
/dports/emulators/mess/mame-mame0226/src/osd/modules/font/
H A Dfont_sdl.cpp210 return TTF_Font_ptr(TTF_OpenFontIndex(name.c_str(), POINT_SIZE, index), &TTF_CloseFont); in TTF_OpenFont_Magic()
/dports/games/3omns/3omns-0.2/b3/sdl/
H A Dsdl.c274 TTF_Font *ttf = TTF_OpenFontIndex(filename, size, (long)index); in b3_load_font()
/dports/games/assaultcube/AssaultCube_v1.2.0.2/source/include/
H A DSDL_ttf.h90 extern DECLSPEC TTF_Font * SDLCALL TTF_OpenFontIndex(const char *file, int ptsize, long index);
/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/WIN32/SDL_ttf/include/
H A DSDL_ttf.h90 extern DECLSPEC TTF_Font * SDLCALL TTF_OpenFontIndex(const char *file, int ptsize, long index);
/dports/games/bloodfrontier/bloodfrontier/src/include/
H A DSDL_ttf.h90 extern DECLSPEC TTF_Font * SDLCALL TTF_OpenFontIndex(const char *file, int ptsize, long index);
/dports/games/briquolo/briquolo-0.5.7/src/MOGL/
H A DMOGL_PoliceTTF.cpp78 _Font = TTF_OpenFontIndex( p_NomFichier, _Size, 0); in Charger()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dsdl_font.cpp23 const TTF_Font_Ptr fnt( TTF_OpenFontIndex( f.c_str(), size, faceIndex ) ); in test_face_size()
29 const TTF_Font_Ptr tf( TTF_OpenFontIndex( f.c_str(), size, i ) ); in test_face_size()
274 font.reset( TTF_OpenFontIndex( typeface.c_str(), fontsize, faceIndex ) ); in CachedTTFFont()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tools/iwyu/
H A Dsdl.imp30 { symbol: ["TTF_OpenFontIndex", "private", "<SDL_ttf.h>", "public"] },
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dsdl_font.cpp23 const TTF_Font_Ptr fnt( TTF_OpenFontIndex( f.c_str(), size, faceIndex ) ); in test_face_size()
29 const TTF_Font_Ptr tf( TTF_OpenFontIndex( f.c_str(), size, i ) ); in test_face_size()
274 font.reset( TTF_OpenFontIndex( typeface.c_str(), fontsize, faceIndex ) ); in CachedTTFFont()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/tools/iwyu/
H A Dsdl.imp30 { symbol: ["TTF_OpenFontIndex", "private", "<SDL_ttf.h>", "public"] },
/dports/games/dose-response/dose-response-179c326/cargo-crates/sdl2-0.32.2/src/sdl2/ttf/
H A Dfont.rs293 let raw = sys::ttf::TTF_OpenFontIndex(cstring.as_ptr(), in internal_load_font_at_index()
/dports/games/dose-response/dose-response-179c326/cargo-crates/sdl2-sys-0.32.6/
H A Dsdl_ttf_bindings.rs46 pub fn TTF_OpenFontIndex( in TTF_OpenFontIndex() function
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/dylibs/SDL_ttf.framework/Versions/A/Headers/
H A DSDL_ttf.h90 extern DECLSPEC TTF_Font * SDLCALL TTF_OpenFontIndex(const char *file, int ptsize, long index);

123