MCPcopy Create free account
hub / github.com/KDE/labplot / fontSizeChanged

Method fontSizeChanged

src/frontend/widgets/LabelWidget.cpp:757–764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

755}
756
757void LabelWidget::fontSizeChanged(int value) {
758 CONDITIONAL_LOCK_RETURN;
759
760 QFont font = m_label->teXFont();
761 font.setPointSize(value);
762 for (auto* label : m_labelsList)
763 label->setTeXFont(font);
764}
765
766void LabelWidget::alignLeft() {
767 CONDITIONAL_LOCK_RETURN;

Callers

nothing calls this directly

Calls 1

setTeXFontMethod · 0.80

Tested by

no test coverage detected