MCPcopy Create free account
hub / github.com/Artikash/Textractor / SetOutputFont

Function SetOutputFont

GUI/mainwindow.cpp:533–540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

531 }
532
533 void SetOutputFont(QString fontString)
534 {
535 QFont font = ui.textOutput->font();
536 font.fromString(fontString);
537 font.setStyleStrategy(QFont::NoFontMerging);
538 ui.textOutput->setFont(font);
539 Settings().setValue(FONT, font.toString());
540 }
541
542 void ProcessConnected(DWORD processId)
543 {

Callers 2

OutputContextMenuFunction · 0.85
MainWindowMethod · 0.85

Calls 1

SettingsClass · 0.85

Tested by

no test coverage detected