gfm v2.0.11 (2015-02-12T17:50:21Z)
Home
Dub
Repo
SDLTTF
gfm
sdl2
sdlttf
SDL_ttf library wrapper.
final
class
SDLTTF {
this
(SDL2 sdl2);
void
close
();
~this
();
}
Constructors
this
this
(SDL2 sdl2)
Loads the SDL_ttf library.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
close
void
close
()
Releases the SDL_ttf library.
Meta
Source
See Implementation
gfm
sdl2
sdlttf
classes
SDLFont
SDLTTF
SDL_ttf library wrapper.