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/newfont.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'graphics/fonts/newfont.cpp') diff --git a/graphics/fonts/newfont.cpp b/graphics/fonts/newfont.cpp index 1ee3df4941..ff06211ab3 100644 --- a/graphics/fonts/newfont.cpp +++ b/graphics/fonts/newfont.cpp @@ -7635,6 +7635,7 @@ const byte *const bitmapTable[] = { // Font structure static const BdfFontData desc = { "Schumacher", // Family name + "R", // Slant 6, // Max advance 12, // Size 12, // Height -- cgit v1.2.3