|
R-Type
|
Interfaces for the text font. More...
#include <RenderInterfaces.hpp>
Public Member Functions | |
| ~IFont ()=default | |
| Destructor. More... | |
| virtual const T & | getFont () const =0 |
| Get the font that will be stored. More... | |
| virtual void | load (const std::string &filename)=0 |
| Load the font. More... | |
Interfaces for the text font.
| T | type of the font |
|
default |
Destructor.
|
pure virtual |
|
pure virtual |