MCPcopy Create free account
hub / github.com/comaps/comaps / LoadLargeFontsSize

Method LoadLargeFontsSize

libs/map/framework.cpp:2499–2505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2497}
2498
2499bool Framework::LoadLargeFontsSize()
2500{
2501 bool isLargeSize;
2502 if (!settings::Get(kLargeFontsSize, isLargeSize))
2503 isLargeSize = false;
2504 return isLargeSize;
2505}
2506
2507void Framework::SetLargeFontsSize(bool isLargeSize)
2508{

Calls 1

GetFunction · 0.85

Tested by

no test coverage detected