MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / setPreviewFontsInDialog

Method setPreviewFontsInDialog

global.cpp:1343–1347  ·  view source on GitHub ↗

Set the previewing of fonts in the editor window.

Source from the content-addressed store, hash-verified

1341
1342// Set the previewing of fonts in the editor window.
1343void Global::setPreviewFontsInDialog(bool value) {
1344 settings->beginGroup("Appearance");
1345 settings->setValue("previewFonts", value);
1346 settings->endGroup();
1347}
1348
1349
1350

Callers 1

saveValuesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected