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

Method SetFontScale

libs/drape_frontend/visual_params.cpp:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void VisualParams::SetFontScale(double fontScale)
65{
66 ASSERT_INITED;
67 m_fontScale = math::Clamp(fontScale, 0.5, 2.0);
68}
69
70void VisualParams::SetVisualScale(double visualScale)
71{

Callers 1

SetFontScaleFactorMethod · 0.80

Calls 1

ClampFunction · 0.85

Tested by

no test coverage detected