MCPcopy 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

increaseFontHeightMethod · 0.45
decreaseFontHeightMethod · 0.45
onKeyButtonPressedMethod · 0.45
frameEnteredMethod · 0.45
getVScrollPageMethod · 0.45
getHScrollPageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected