From ee476e9cf0ee1dec3161ef3bed87be12ca9786f1 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Fri, 7 Oct 2016 10:24:50 +0200 Subject: GRAPHICS: Parse slant from BDF fonts --- graphics/fonts/consolefont.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'graphics/fonts/consolefont.cpp') diff --git a/graphics/fonts/consolefont.cpp b/graphics/fonts/consolefont.cpp index 9b1f5458fc..9dcf1dc9f2 100644 --- a/graphics/fonts/consolefont.cpp +++ b/graphics/fonts/consolefont.cpp @@ -5851,6 +5851,7 @@ const byte *const bitmapTable[] = { // Font structure static const BdfFontData desc = { "Fixed", // Family name + "R", // Slant 5, // Max advance 8, // Size 8, // Height -- cgit v1.2.3