VISH
0.2
|
Wizt::GLFontManagerCreator::GLFontManagerCreator | ( | const string & | name, |
int | prior = VManagedObject::DEFAULT_PRIORITY , |
||
const RefPtr< VCreationPreferences > & | prop = NullPtr() |
||
) | [inline] |
Constructor for creating GLFontManagerManagers.
name | Some textual identification of this implementation |
prior | The priority of this implementation, specifies whether it is a rather good or rather bad idea to use this implementation |
prop | Additional properties of this implementation, when a general implementation is requested, those implementation will be selected which matches most of the requested properties. |
virtual GLFontManager* Wizt::GLFontManagerCreator::CreateFontManager | ( | ) | [pure virtual] |
Virtual GLFontManagerManager creation function, to be overloaded in a plugin which actually implements threads.
Implemented in FTGLFontCreator.