summaryrefslogtreecommitdiff
path: root/src/table
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2013-04-06 22:06:44 +0000
committermichi_cc <michi_cc@openttd.org>2013-04-06 22:06:44 +0000
commit55ba9320f311f37d16cf8f456a555aa5fba8d1a3 (patch)
tree9ee732acd5c8e10b733620fbefd8d0ca423cc715 /src/table
parent2b6669a7fffa237ddd818b0a461eb96081f15dd9 (diff)
downloadopenttd-55ba9320f311f37d16cf8f456a555aa5fba8d1a3.tar.xz
(svn r25157) -Feature: Determine the default font height for vector fonts according to the minimum readable height that the font provides.
Diffstat (limited to 'src/table')
-rw-r--r--src/table/misc_settings.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/table/misc_settings.ini b/src/table/misc_settings.ini
index 6d9e7bbea..630e35f69 100644
--- a/src/table/misc_settings.ini
+++ b/src/table/misc_settings.ini
@@ -164,7 +164,7 @@ ifdef = WITH_FREETYPE
name = ""small_size""
type = SLE_UINT
var = _freetype.small_size
-def = 8
+def = 0
min = 0
max = 72
@@ -173,7 +173,7 @@ ifdef = WITH_FREETYPE
name = ""medium_size""
type = SLE_UINT
var = _freetype.medium_size
-def = 10
+def = 0
min = 0
max = 72
@@ -182,7 +182,7 @@ ifdef = WITH_FREETYPE
name = ""large_size""
type = SLE_UINT
var = _freetype.large_size
-def = 16
+def = 0
min = 0
max = 72
@@ -191,7 +191,7 @@ ifdef = WITH_FREETYPE
name = ""mono_size""
type = SLE_UINT
var = _freetype.mono_size
-def = 10
+def = 0
min = 0
max = 72