![]() |
OGRE
1.12.0
Object-Oriented Graphics Rendering Engine
|
[font_translator] More...
#include <OgreOverlayTranslator.h>
Inheritance diagram for Ogre::FontTranslator:Public Member Functions | |
| void | parseAttribute (ScriptCompiler *compiler, FontPtr &pFont, PropertyAbstractNode *prop) |
| void | translate (ScriptCompiler *compiler, const AbstractNodePtr &node) |
| This function translates the given node into Ogre resource(s). More... | |
[font_translator]
|
virtual |
This function translates the given node into Ogre resource(s).
| compiler | The compiler invoking this translator |
| node | The current AST node to be translated |
Implements Ogre::ScriptTranslator.
| void Ogre::FontTranslator::parseAttribute | ( | ScriptCompiler * | compiler, |
| FontPtr & | pFont, | ||
| PropertyAbstractNode * | prop | ||
| ) |