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

Method teXFontChanged

src/frontend/widgets/LabelWidget.cpp:862–867  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

860}
861
862void LabelWidget::teXFontChanged(const QFont& font) {
863 CONDITIONAL_LOCK_RETURN;
864
865 for (auto* label : m_labelsList)
866 label->setTeXFont(font);
867}
868
869void LabelWidget::charMenu() {
870 QMenu menu;

Callers

nothing calls this directly

Calls 1

setTeXFontMethod · 0.80

Tested by

no test coverage detected