MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / setFontScale

Method setFontScale

src/AppConfig.cpp:418–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416}
417
418void AppConfig::setFontScale(int fontScale_in) {
419 fontScale.store(fontScale_in);
420}
421
422int AppConfig::getFontScale() {
423 return fontScale.load();

Callers 1

OnCloseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected