Merge pull request #879 from bykoianko/master-bigger-font

Make symbols on the map bigger by 10%
This commit is contained in:
Alexander Matveenko 2015-12-08 13:28:40 +03:00
commit 72873d43cc

View file

@ -25,7 +25,7 @@ public:
vector<string> m_fonts;
uint32_t m_baseGlyphHeight = 20;
uint32_t m_baseGlyphHeight = 22;
uint32_t m_sdfScale = 4;
};