Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ getFontHeight
Method
getFontHeight
MyGUIEngine/src/MyGUI_EditBox.cpp:1804–1807 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1802
}
1803
1804
int EditBox::getFontHeight() const
1805
{
1806
return (nullptr == mClientText) ? 0 : mClientText->getFontHeight();
1807
}
1808
1809
void EditBox::updateView()
1810
{
Callers
8
Type MYGUICALL ExportTextBox_GetFontHeight
Method · 0.45
MyGUI_Managed_TextBox.h
File · 0.45
increaseFontHeight
Method · 0.45
decreaseFontHeight
Method · 0.45
onKeyButtonPressed
Method · 0.45
frameEntered
Method · 0.45
getVScrollPage
Method · 0.45
getHScrollPage
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected