Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ init
Method
init
core/ui/UIText.cpp:67–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
bool Text::init()
68
{
69
if (Widget::init())
70
{
71
return true;
72
}
73
return false;
74
}
75
76
Text* Text::create(std::string_view textContent, std::string_view fontName, float fontSize)
77
{
Callers
1
create
Method · 0.45
Calls
4
setFontName
Method · 0.95
setFontSize
Method · 0.95
setString
Method · 0.95
init
Function · 0.50
Tested by
no test coverage detected