MCPcopy Create free account
hub / github.com/MyGUI/mygui / getTextAlign

Method getTextAlign

MyGUIEngine/src/MyGUI_TextBox.cpp:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 }
30
31 Align TextBox::getTextAlign() const
32 {
33 if (getSubWidgetText() != nullptr)
34 return getSubWidgetText()->getTextAlign();
35 return Align::Default;
36 }
37
38 void TextBox::setTextColour(const Colour& _value)
39 {

Callers 3

getFunction · 0.45
getContentAlignMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected