aboutsummaryrefslogtreecommitdiff
path: root/graphics/fonts
diff options
context:
space:
mode:
authorEugene Sandulenko2016-10-12 22:12:05 +0200
committerEugene Sandulenko2016-10-12 22:12:40 +0200
commitb5d4c302d0661fe1bfd5144a5eab4d1e3b02ffab (patch)
treee06dde5cedefc5b8b80ef13ca19c34551fba2d82 /graphics/fonts
parent3dc5431884436d2774fedc796249becbbf3a0ddb (diff)
downloadscummvm-rg350-b5d4c302d0661fe1bfd5144a5eab4d1e3b02ffab.tar.gz
scummvm-rg350-b5d4c302d0661fe1bfd5144a5eab4d1e3b02ffab.tar.bz2
scummvm-rg350-b5d4c302d0661fe1bfd5144a5eab4d1e3b02ffab.zip
GRAPHICS: Fix built-in font parameters
Diffstat (limited to 'graphics/fonts')
-rw-r--r--graphics/fonts/consolefont.cpp2
-rw-r--r--graphics/fonts/newfont.cpp2
-rw-r--r--graphics/fonts/newfont_big.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/graphics/fonts/consolefont.cpp b/graphics/fonts/consolefont.cpp
index 9dcf1dc9f2..6a84cdeaee 100644
--- a/graphics/fonts/consolefont.cpp
+++ b/graphics/fonts/consolefont.cpp
@@ -5853,8 +5853,8 @@ static const BdfFontData desc = {
"Fixed", // Family name
"R", // Slant
5, // Max advance
- 8, // Size
8, // Height
+ 8, // Size
{ 5, 8, 0, -1 }, // Bounding box
7, // Ascent
diff --git a/graphics/fonts/newfont.cpp b/graphics/fonts/newfont.cpp
index ff06211ab3..8d1ce8b905 100644
--- a/graphics/fonts/newfont.cpp
+++ b/graphics/fonts/newfont.cpp
@@ -7637,8 +7637,8 @@ static const BdfFontData desc = {
"Schumacher", // Family name
"R", // Slant
6, // Max advance
- 12, // Size
12, // Height
+ 12, // Size
{ 6, 12, 0, -3 }, // Bounding box
9, // Ascent
diff --git a/graphics/fonts/newfont_big.cpp b/graphics/fonts/newfont_big.cpp
index e44e2cee50..28a1162434 100644
--- a/graphics/fonts/newfont_big.cpp
+++ b/graphics/fonts/newfont_big.cpp
@@ -5832,8 +5832,8 @@ static const BdfFontData desc = {
"Helvetica", // Family name
"R", // Slant
13, // Max advance
- 12, // Size
14, // Height
+ 12, // Size
{ 13, 15, -1, -3 }, // Bounding box
11, // Ascent