changed spacing - this is not based on the original game, but rather on visual observations (with this changed, the spacing in the about dialog looks much better)
svn-id: r4884
This commit is contained in:
parent
828d0849a1
commit
8d3a3fc1d6
1 changed files with 6 additions and 2 deletions
|
@ -1026,8 +1026,8 @@ int CharsetRenderer::getSpacing(char chr)
|
||||||
if (_curId == 1) {
|
if (_curId == 1) {
|
||||||
switch (chr) {
|
switch (chr) {
|
||||||
case '.':
|
case '.':
|
||||||
space = 1;
|
case ':':
|
||||||
break;
|
case ';':
|
||||||
case 'i':
|
case 'i':
|
||||||
case '\'':
|
case '\'':
|
||||||
case 'I':
|
case 'I':
|
||||||
|
@ -1040,6 +1040,10 @@ int CharsetRenderer::getSpacing(char chr)
|
||||||
case ' ':
|
case ' ':
|
||||||
space = 4;
|
space = 4;
|
||||||
break;
|
break;
|
||||||
|
case '(':
|
||||||
|
case ')':
|
||||||
|
space = 5;
|
||||||
|
break;
|
||||||
case 'W':
|
case 'W':
|
||||||
case 'w':
|
case 'w':
|
||||||
case 'N':
|
case 'N':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue