Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorExMix <rahuba.youri@mapswithme.com>2014-11-05 15:49:10 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:27:58 +0300
commit825a64df54adc5ea944543d49df68f0965536143 (patch)
treeb32eaad4045a596f76976453014c28a763c0103c /drape_frontend/shape_view_params.hpp
parent21416926bb26b8817369561e452eb06322d5fa10 (diff)
[drape] text shapes refactoring
Diffstat (limited to 'drape_frontend/shape_view_params.hpp')
-rw-r--r--drape_frontend/shape_view_params.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/drape_frontend/shape_view_params.hpp b/drape_frontend/shape_view_params.hpp
index c616e0dd96..04d8ce2091 100644
--- a/drape_frontend/shape_view_params.hpp
+++ b/drape_frontend/shape_view_params.hpp
@@ -72,6 +72,7 @@ struct PathTextViewParams : CommonViewParams
{
FontDecl m_textFont;
string m_text;
+ float m_baseGtoPScale;
};
struct PathSymbolViewParams : CommonViewParams