FontProvider::CreateFont

FontProvider::CreateFont
virtual Font* CreateFont(const char* name, unsigned fontFlags) = 0;
Description

CreateFont creates an external font. Typically this interface is used to simulate device fonts.

Parameters
Parameters 
Description 
const char* name 
The name of the font. 
unsigned fontFlags 
The font style flag as described by Font::FontFlags
Return Value

A Font pointer to the created font.