GUI: Fix some font metrics

This commit is contained in:
Jeffrey Pfau 2015-08-24 22:21:21 -07:00
parent 0cc32d98fb
commit 6f9eb5343e
1 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ struct GUIFontGlyphMetric defaultFontMetrics[128] = {
{ 6, 11, { 2, 5, 3, 5 }}, // 0x28 "("
{ 6, 11, { 2, 5, 3, 5 }}, // 0x29 ")"
{ 8, 7, { 2, 4, 5, 4 }}, // 0x2A "*"
{ 10, 9, { 3, 0, 4, 0 }}, // 0x2B "+"
{ 10, 9, { 3, 3, 4, 3 }}, // 0x2B "+"
{ 4, 5, { 9, 6, 2, 6 }}, // 0x2C ","
{ 6, 3, { 6, 4, 7, 4 }}, // 0x2D "-"
{ 4, 4, { 9, 6, 3, 6 }}, // 0x2E "."
@ -115,7 +115,7 @@ struct GUIFontGlyphMetric defaultFontMetrics[128] = {
{ 7, 13, { 2, 5, 1, 4 }}, // 0x6A "j"
{ 8, 11, { 2, 4, 3, 4 }}, // 0x6B "k"
{ 5, 11, { 2, 5, 3, 6 }}, // 0x6C "l"
{ 10, 7, { 6, 2, 3, 2 }}, // 0x6D "m"
{ 10, 7, { 6, 3, 3, 3 }}, // 0x6D "m"
{ 8, 7, { 6, 4, 3, 4 }}, // 0x6E "n"
{ 8, 7, { 6, 4, 3, 4 }}, // 0x6F "o"
{ 8, 9, { 6, 4, 1, 4 }}, // 0x70 "p"