MCPcopy Create free account
hub / github.com/axmolengine/axmol / Text

Method Text

core/ui/UIText.cpp:41–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39IMPLEMENT_CLASS_GUI_INFO(Text)
40
41Text::Text()
42 : _touchScaleChangeEnabled(false)
43 , _normalScaleValueX(1.0f)
44 , _normalScaleValueY(1.0f)
45 , _fontName("Thonburi")
46 , _fontSize(10.f)
47 , _onSelectedScaleOffset(0.5)
48 , _labelRenderer(nullptr)
49 , _labelRendererAdaptDirty(true)
50 , _type(Type::SYSTEM)
51{}
52
53Text::~Text() {}
54

Callers 6

OnTextChangedMethod · 0.45
createTextBoxMethod · 0.45
onTextChangedMethod · 0.45
onLostFocusMethod · 0.45
setTextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected