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

Method decreaseFontHeight

Demos/Demo_MsdfFont/DemoKeeper.cpp:142–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 }
141
142 void DemoKeeper::decreaseFontHeight(MyGUI::Widget* _sender)
143 {
144 for (auto* edit : mEditBoxes)
145 {
146 edit->setFontHeight(edit->getFontHeight() - 1);
147 }
148 }
149
150} // namespace demo
151

Callers

nothing calls this directly

Calls 2

setFontHeightMethod · 0.45
getFontHeightMethod · 0.45

Tested by

no test coverage detected