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/newfont_big.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'graphics/fonts/newfont_big.cpp') diff --git a/graphics/fonts/newfont_big.cpp b/graphics/fonts/newfont_big.cpp index 550d6dbfa9..3f6866ac00 100644 --- a/graphics/fonts/newfont_big.cpp +++ b/graphics/fonts/newfont_big.cpp @@ -5829,6 +5829,7 @@ static const BdfBoundingBox boxes[] = { // Font structure static const BdfFontData desc = { + "Helvetica", // Face name 13, // Max advance 14, // Height { 13, 15, -1, -3 }, // Bounding box -- cgit v1.2.3