BASE_HEIGHT is increased for fonts.

This commit is contained in:
Vladimir Byko-Ianko 2015-12-09 12:55:32 +03:00
parent 3badc404e2
commit 04b5b24f51

View file

@ -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