1 #ifndef SDL_FONT_WRAPPER_HPP 2 #define SDL_FONT_WRAPPER_HPP 4 #include <SDL2/SDL_ttf.h> TTF_Font * font
The wrapped TTF_Font.
Definition: SDLFontWrapper.hpp:28
TTF_Font * GetFont() const
Gets the font of this wrapper.
Definition: SDLFontWrapper.cpp:6
~SDLFontWrapper()
Destructs an SDLFontWrapper.
Definition: SDLFontWrapper.cpp:4
SDLFontWrapper(TTF_Font *f)
Constructs an SDLFontWrapper.
Definition: SDLFontWrapper.cpp:3
A wrapper class for TTF_Fonts.
Definition: SDLFontWrapper.hpp:9