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

Method setFontHeight

MyGUIEngine/src/MyGUI_MenuItem.cpp:74–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 }
73
74 void MenuItem::setFontHeight(int _value)
75 {
76 Button::setFontHeight(_value);
77 if (!getCaption().empty())
78 mOwner->_notifyUpdateName(this);
79 }
80
81 const UString& MenuItem::getItemName() const
82 {

Callers

nothing calls this directly

Calls 3

setFontHeightFunction · 0.85
_notifyUpdateNameMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected