MCPcopy Create free account
hub / github.com/MyGUI/mygui / setFontHeight

Method setFontHeight

MyGUIEngine/src/MyGUI_EditBox.cpp:1794–1802  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1792 }
1793
1794 void EditBox::setFontHeight(int _value)
1795 {
1796 Base::setFontHeight(_value);
1797
1798 if (mClientText != nullptr)
1799 mClientText->setFontHeight(_value);
1800
1801 eraseView();
1802 }
1803
1804 int EditBox::getFontHeight() const
1805 {

Callers 5

setFunction · 0.45
createSceneMethod · 0.45
increaseFontHeightMethod · 0.45
decreaseFontHeightMethod · 0.45

Calls 1

setFontHeightFunction · 0.85

Tested by

no test coverage detected