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

Method GetFontScale

libs/drape_frontend/visual_params.cpp:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58double VisualParams::GetFontScale() const
59{
60 ASSERT_INITED;
61 return m_fontScale;
62}
63
64void VisualParams::SetFontScale(double fontScale)
65{

Callers 4

StraightTextLayoutMethod · 0.80
PathTextLayoutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected