From 9730e42fac5b7d0fd70939cddb6888a508f8056e Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 6 Oct 2016 07:44:18 +0200 Subject: GRAPHICS: Parse font size from BDF fonts --- graphics/fonts/consolefont.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'graphics/fonts/consolefont.cpp') diff --git a/graphics/fonts/consolefont.cpp b/graphics/fonts/consolefont.cpp index 4d66b09e80..9b1f5458fc 100644 --- a/graphics/fonts/consolefont.cpp +++ b/graphics/fonts/consolefont.cpp @@ -5850,8 +5850,9 @@ const byte *const bitmapTable[] = { // Font structure static const BdfFontData desc = { - "Fixed", // Face name + "Fixed", // Family name 5, // Max advance + 8, // Size 8, // Height { 5, 8, 0, -1 }, // Bounding box 7, // Ascent -- cgit v1.2.3