GRAPHICS: Fix built-in font parameters

This commit is contained in:
Eugene Sandulenko 2016-10-12 22:12:05 +02:00
parent 3dc5431884
commit b5d4c302d0
4 changed files with 4 additions and 4 deletions

View file

@ -508,8 +508,8 @@ int main(int argc, char *argv[]) {
"\t\"%s\", // Family name\n" "\t\"%s\", // Family name\n"
"\t\"%s\", // Slant\n" "\t\"%s\", // Slant\n"
"\t%d, // Max advance\n" "\t%d, // Max advance\n"
"\t%d, // Size\n"
"\t%d, // Height\n" "\t%d, // Height\n"
"\t%d, // Size\n"
"\t{ %d, %d, %d, %d }, // Bounding box\n" "\t{ %d, %d, %d, %d }, // Bounding box\n"
"\t%d, // Ascent\n" "\t%d, // Ascent\n"
"\n" "\n"

View file

@ -5853,8 +5853,8 @@ static const BdfFontData desc = {
"Fixed", // Family name "Fixed", // Family name
"R", // Slant "R", // Slant
5, // Max advance 5, // Max advance
8, // Size
8, // Height 8, // Height
8, // Size
{ 5, 8, 0, -1 }, // Bounding box { 5, 8, 0, -1 }, // Bounding box
7, // Ascent 7, // Ascent

View file

@ -7637,8 +7637,8 @@ static const BdfFontData desc = {
"Schumacher", // Family name "Schumacher", // Family name
"R", // Slant "R", // Slant
6, // Max advance 6, // Max advance
12, // Size
12, // Height 12, // Height
12, // Size
{ 6, 12, 0, -3 }, // Bounding box { 6, 12, 0, -3 }, // Bounding box
9, // Ascent 9, // Ascent

View file

@ -5832,8 +5832,8 @@ static const BdfFontData desc = {
"Helvetica", // Family name "Helvetica", // Family name
"R", // Slant "R", // Slant
13, // Max advance 13, // Max advance
12, // Size
14, // Height 14, // Height
12, // Size
{ 13, 15, -1, -3 }, // Bounding box { 13, 15, -1, -3 }, // Bounding box
11, // Ascent 11, // Ascent