TGUI
1.6.1
|
Base class for the font factory that is responsible for creating a font object specific to the font backend. More...
#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. | |
Base class for the font factory that is responsible for creating a font object specific to the font backend.
|
nodiscardpure virtual |
Creates a new empty font object.
Implemented in tgui::BackendFontFactoryImpl< FontType >.