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

Method setFontName

MyGUIEngine/src/MyGUI_EditBox.cpp:1784–1792  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1782 }
1783
1784 void EditBox::setFontName(std::string_view _value)
1785 {
1786 Base::setFontName(_value);
1787
1788 if (mClientText != nullptr)
1789 mClientText->setFontName(_value);
1790
1791 eraseView();
1792 }
1793
1794 void EditBox::setFontHeight(int _value)
1795 {

Callers 6

setFunction · 0.45
parseTextMethod · 0.45
createSceneMethod · 0.45
createSkinMethod · 0.45
updateFontMethod · 0.45

Calls 1

setFontNameFunction · 0.85

Tested by 1

createSkinMethod · 0.36