33GUITextNode::GUITextNode(
41 const string& backgroundImage,
43 const GUIColor& backgroundImageEffectColorMul,
44 const GUIColor& backgroundImageEffectColorAdd,
53 GUINode(screenNode, parentNode, id, flow, alignments, requestedConstraints, backgroundColor, backgroundImage, backgroundImageScale9Grid, backgroundImageEffectColorMul, backgroundImageEffectColorAdd, border, padding, showOn, hideOn)
58 if (this->font !=
nullptr) this->font->initialize();
97 if (
font !=
nullptr) {
static GUIFont * getFont(const string &applicationRootPath, const string &fileName)
Get font.
GUI element node conditions.
virtual void render(GUIRenderer *guiRenderer)
Render.
GUINode_ComputedConstraints computedConstraints
GUIScreenNode * screenNode
bool shouldRender()
Determine if to render.
virtual void dispose()
Dispose node.
GUI parent node base class thats supporting child nodes.
GUI screen node that represents a screen that can be rendered via GUI system.
void invalidateLayout(GUINode *node)
Mark a node to be invalidated regarding layout.
const string & getApplicationRootPathName()
const string getNodeType() override
void dispose() override
Dispose node.
int getContentWidth() override
int getContentHeight() override
void setText(const MutableString &text)
Set text.
void render(GUIRenderer *guiRenderer) override
Render.
bool isContentNode() override
GUI Font A font implementation that will parse the output of the AngelCode font tool available at:
void drawString(GUIRenderer *guiRenderer, int x, int y, const MutableString &text, int offset, int length, const GUIColor &color, int selectionStartIndex=-1, int selectionEndIndex=-1, const GUIColor &backgroundColor=GUIColor::GUICOLOR_TRANSPARENT)
Draw string.
int getTextWidth(const MutableString &text)
Text width.
MutableString & set(char c)
Set character.
std::exception Exception
Exception base class.
GUI node computed constraints.
GUI node requested constraints entity.
GUI node scale 9 grid entity.