MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / UpdateFont

Method UpdateFont

DSView/pv/dialogs/lissajousoptions.cpp:214–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214void LissajousOptions::UpdateFont()
215{
216 QFont font = this->font();
217 font.setPointSizeF(AppConfig::Instance().appOptions.fontSize);
218 ui::set_form_font(this, font);
219}
220
221} // namespace dialogs
222} // namespace pv

Callers

nothing calls this directly

Calls 1

set_form_fontFunction · 0.85

Tested by

no test coverage detected