Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ setTextVerticalAlignment
Method
setTextVerticalAlignment
core/ui/UIText.cpp:214–217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
212
}
213
214
void Text::setTextVerticalAlignment(TextVAlignment alignment)
215
{
216
_labelRenderer->setVerticalAlignment(alignment);
217
}
218
219
TextVAlignment Text::getTextVerticalAlignment() const
220
{
Callers
8
init
Method · 0.45
textFieldEvent
Method · 0.45
setPropsForLabelFromJsonDictionary
Method · 0.45
setPropsFromBinary
Method · 0.45
setPropsFromJsonDictionary
Method · 0.45
setPropsWithFlatBuffers
Method · 0.45
lua_ax_ui_Text_setTextVerticalAlignment
Function · 0.45
lua_ax_ui_TextField_setTextVerticalAlignment
Function · 0.45
Calls
1
setVerticalAlignment
Method · 0.80
Tested by
2
init
Method · 0.36
textFieldEvent
Method · 0.36