TGUI
0.9-dev
|
Base class for the font factory that is responsible for creating a font object specific to the font backend. More...
#include </home/texus/Documents/TGUI-0.9/include/TGUI/Backend/Font/BackendFontFactory.hpp>
Public Member Functions | |
virtual | ~BackendFontFactory ()=default |
Virtual destructor. | |
virtual std::shared_ptr< BackendFont > | createFont ()=0 |
Creates a new empty font object. More... | |
Base class for the font factory that is responsible for creating a font object specific to the font backend.
|
pure virtual |
Creates a new empty font object.
Implemented in tgui::BackendFontFactoryImpl< FontType >.