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) { 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':