Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ getDefaultHeight
Method
getDefaultHeight
MyGUIEngine/src/MyGUI_ResourceManualFont.cpp:141–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
}
140
141
int ResourceManualFont::getDefaultHeight() const
142
{
143
return mDefaultHeight;
144
}
145
146
void ResourceManualFont::setSource(std::string_view value)
147
{
Callers
6
updateBreakHeight
Method · 0.45
update
Method · 0.45
setFontName
Method · 0.45
setFontHeight
Method · 0.45
updateResultPropery
Method · 0.45
generateFontManualXml
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected