#include <TextNode.h>

Public Member Functions | |
| TextNode (void) | |
| NOTE: RT_FTGL takes precedence over RT_GLUT. | |
| virtual | ~TextNode (void) |
| virtual void | createProperties (void) |
| virtual const string | getTypeName (bool ofComponent=false) const |
| virtual void | onInitialize (void) |
| virtual void | onRender (void) |
| void | setText (const string) |
| const string & | getText (void) const |
| NAABB | getBounds (void) const |
Static Public Member Functions | |
| static PropertyPtr | create (const XMLNodePtr &xml=XMLNodePtr()) |
| static void | loadFont (void) |
| static void | setFontSize (int height) |
Definition at line 12 of file TextNode.h.
| RenderTools::TextNode::TextNode | ( | void | ) |
| RenderTools::TextNode::~TextNode | ( | void | ) | [virtual] |
Definition at line 29 of file TextNode.cpp.
| PropertyPtr RenderTools::TextNode::create | ( | const XMLNodePtr & | xml = XMLNodePtr() |
) | [static] |
| void RenderTools::TextNode::createProperties | ( | void | ) | [virtual] |
| NAABB RenderTools::TextNode::getBounds | ( | void | ) | const |
Definition at line 180 of file TextNode.cpp.
| const string & RenderTools::TextNode::getText | ( | void | ) | const |
Definition at line 102 of file TextNode.cpp.
| const string RenderTools::TextNode::getTypeName | ( | bool | ofComponent = false |
) | const [virtual] |
| void RenderTools::TextNode::loadFont | ( | void | ) | [static] |
Definition at line 60 of file TextNode.cpp.
| void RenderTools::TextNode::onInitialize | ( | void | ) | [virtual] |
| void RenderTools::TextNode::onRender | ( | void | ) | [virtual] |
| void RenderTools::TextNode::setFontSize | ( | int | height | ) | [static] |
Definition at line 106 of file TextNode.cpp.
| void RenderTools::TextNode::setText | ( | const string | text | ) |
Definition at line 98 of file TextNode.cpp.
1.5.8