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:
Max Horn 2002-08-31 15:00:44 +00:00
parent 828d0849a1
commit 8d3a3fc1d6

View File

@ -1026,8 +1026,8 @@ int CharsetRenderer::getSpacing(char chr)
if (_curId == 1) {
switch (chr) {
case '.':
space = 1;
break;
case ':':
case ';':
case 'i':
case '\'':
case 'I':
@ -1040,6 +1040,10 @@ int CharsetRenderer::getSpacing(char chr)
case ' ':
space = 4;
break;
case '(':
case ')':
space = 5;
break;
case 'W':
case 'w':
case 'N':