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

Method UpdateFont

DSView/pv/dialogs/mathoptions.cpp:245–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245void MathOptions::UpdateFont()
246{
247 QFont font = this->font();
248 font.setPointSizeF(AppConfig::Instance().appOptions.fontSize);
249 ui::set_form_font(this, font);
250}
251
252} // namespace dialogs
253} // namespace pv

Callers

nothing calls this directly

Calls 1

set_form_fontFunction · 0.85

Tested by

no test coverage detected