forked from organicmaps/organicmaps
BASE_HEIGHT is increased for fonts.
This commit is contained in:
parent
3badc404e2
commit
04b5b24f51
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ namespace df
|
|||
namespace
|
||||
{
|
||||
|
||||
float const BASE_HEIGHT = 20.0f;
|
||||
float const BASE_HEIGHT = 22.0f;
|
||||
float const VALID_SPLINE_TURN = 0.96f;
|
||||
|
||||
class TextGeometryGenerator
|
||||
|
|
Loading…
Add table
Reference in a new issue