diff options
Diffstat (limited to 'graphics/fonts/consolefont.cpp')
-rw-r--r-- | graphics/fonts/consolefont.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/fonts/consolefont.cpp b/graphics/fonts/consolefont.cpp index 748aa08a5c..9dcf1dc9f2 100644 --- a/graphics/fonts/consolefont.cpp +++ b/graphics/fonts/consolefont.cpp @@ -5850,7 +5850,10 @@ const byte *const bitmapTable[] = { // Font structure static const BdfFontData desc = { + "Fixed", // Family name + "R", // Slant 5, // Max advance + 8, // Size 8, // Height { 5, 8, 0, -1 }, // Bounding box 7, // Ascent |