Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
418
void AppConfig::setFontScale(int fontScale_in) {
419
fontScale.store(fontScale_in);
420
}
421
422
int AppConfig::getFontScale() {
423
return fontScale.load();
Callers
1
OnClose
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected