From b5d4c302d0661fe1bfd5144a5eab4d1e3b02ffab Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 12 Oct 2016 22:12:05 +0200 Subject: GRAPHICS: Fix built-in font parameters --- graphics/fonts/newfont.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/fonts/newfont.cpp') diff --git a/graphics/fonts/newfont.cpp b/graphics/fonts/newfont.cpp index ff06211ab3..8d1ce8b905 100644 --- a/graphics/fonts/newfont.cpp +++ b/graphics/fonts/newfont.cpp @@ -7637,8 +7637,8 @@ static const BdfFontData desc = { "Schumacher", // Family name "R", // Slant 6, // Max advance - 12, // Size 12, // Height + 12, // Size { 6, 12, 0, -3 }, // Bounding box 9, // Ascent -- cgit v1.2.3