virtual bool FindFont(FontResult * presult, const char* name, unsigned fontFlags, MovieDef* puserDef, StateBag * pstates, ResourceWeakLib* pweakLib = NULL);
Parameters |
Description |
FontResult * presult |
Pointer to the result which combines the font resource with the MovieDef object. |
const char* name |
Pointer to the font name. |
unsigned fontFlags |
The font style flag as described by Font::FontFlags. |
MovieDef* puserDef |
Pointer to the MovieDef object. |
StateBag * pstates |
Pointer to StateBag state for non-binding state values. |
ResourceWeakLib* pweakLib = NULL |
Pointer to the resource library. |
A Boolean value of true if the font is found, and false otherwise.