virtual Font* CreateFont(const char* name, unsigned fontFlags) = 0;
CreateFont creates an external font. Typically this interface is used to simulate device fonts.
Parameters |
Description |
const char* name |
The name of the font. |
unsigned fontFlags |
The font style flag as described by Font::FontFlags. |
A Font pointer to the created font.