From 15e499772032ae050627e1558904f119815ec51f Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 5 Oct 2016 23:24:53 +0200 Subject: GRAPHICS: Load Face Name from BDF files Also adjust the devtools and built-in fonts accordingly. --- 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 748aa08a5c..4d66b09e80 100644 --- a/graphics/fonts/consolefont.cpp +++ b/graphics/fonts/consolefont.cpp @@ -5850,6 +5850,7 @@ const byte *const bitmapTable[] = { // Font structure static const BdfFontData desc = { + "Fixed", // Face name 5, // Max advance 8, // Height { 5, 8, 0, -1 }, // Bounding box -- cgit v1.2.3