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

Method previewFontsInDialog

global.cpp:1334–1339  ·  view source on GitHub ↗

Should we preview fonts in the editor window?

Source from the content-addressed store, hash-verified

1332
1333// Should we preview fonts in the editor window?
1334bool Global::previewFontsInDialog() {
1335 settings->beginGroup("Appearance");
1336 bool value = settings->value("previewFonts", false).toBool();
1337 settings->endGroup();
1338 return value;
1339}
1340
1341
1342// Set the previewing of fonts in the editor window.

Callers 2

loadFontNamesMethod · 0.80
AppearancePreferencesMethod · 0.80

Calls 1

valueMethod · 0.80

Tested by

no test coverage detected