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

Method SetFontScaleFactor

libs/drape_frontend/drape_engine.cpp:804–807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

802}
803
804void DrapeEngine::SetFontScaleFactor(double scaleFactor)
805{
806 VisualParams::Instance().SetFontScale(scaleFactor);
807}
808
809void DrapeEngine::RunScenario(ScenarioManager::ScenarioData && scenarioData,
810 ScenarioManager::ScenarioCallback const & onStartFn,

Callers 1

SetLargeFontsSizeMethod · 0.80

Calls 1

SetFontScaleMethod · 0.80

Tested by

no test coverage detected