From 04b5b24f51c1b4bd2f82340b6197c493d1a5b4e7 Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Wed, 9 Dec 2015 12:55:32 +0300 Subject: [PATCH] BASE_HEIGHT is increased for fonts. --- drape_frontend/text_layout.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drape_frontend/text_layout.cpp b/drape_frontend/text_layout.cpp index c2f96ef02e..559717f3ef 100644 --- a/drape_frontend/text_layout.cpp +++ b/drape_frontend/text_layout.cpp @@ -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