DrawTextManager::DrawTextManager
DrawTextManager::DrawTextManager
DrawTextManager(MovieDef* pmovieDef = NULL);
DrawTextManager(Loader* ploader);
Description
DrawTextManager constructor. Depending on the parameter used, DrawTextManager inherits all states(fonts, font providers, log etc) from either MovieDef or copies all states including the font library from Loader.
Parameters
|
Parameters |
Description |
|
MovieDef* pmovieDef = NULL |
|
|
Loader* ploader |
|