#include <uplugin.hpp>
Inheritance diagram for ufo::UFontPlugin:
Public Member Functions | |
virtual UFontRenderer * | createFontRenderer (const UFontInfo &fontInfo)=0 |
virtual UFontInfo | queryFont (const UFontInfo &fontInfo)=0 |
virtual std::vector< UFontInfo > | listFonts (const UFontInfo &fontInfo)=0 |
virtual std::vector< UFontInfo > | listFonts ()=0 |
The destructor should clean up all created font renderers.
|
Creates a new font renderer. The returned font renderer does not have to match the desired font info. |
|
Returns a font info which describes what would have been returned by createFontRenderer. |