forked from organicmaps/organicmaps
Merge pull request #879 from bykoianko/master-bigger-font
Make symbols on the map bigger by 10%
This commit is contained in:
commit
72873d43cc
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ public:
|
|||
|
||||
vector<string> m_fonts;
|
||||
|
||||
uint32_t m_baseGlyphHeight = 20;
|
||||
uint32_t m_baseGlyphHeight = 22;
|
||||
uint32_t m_sdfScale = 4;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue