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

Method setFontName

MyGUIEngine/src/MyGUI_MenuItem.cpp:67–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 }
66
67 void MenuItem::setFontName(std::string_view _value)
68 {
69 Button::setFontName(_value);
70 if (!getCaption().empty())
71 mOwner->_notifyUpdateName(this);
72 }
73
74 void MenuItem::setFontHeight(int _value)
75 {

Callers

nothing calls this directly

Calls 3

setFontNameFunction · 0.85
_notifyUpdateNameMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected