diff options
author | PilzAdam <pilzadam@minetest.net> | 2013-08-04 20:18:56 +0200 |
---|---|---|
committer | PilzAdam <pilzadam@minetest.net> | 2013-08-04 20:35:14 +0200 |
commit | 2af5864534c7615aeaff7e66c4dfb9618809c173 (patch) | |
tree | 2b429cd7b78ecb54484b50baf3990c5484b67d91 /minetest.conf.example | |
parent | 3fd84edb615692cc26ea9528fb7b68387f6c471f (diff) | |
download | minetest-2af5864534c7615aeaff7e66c4dfb9618809c173.tar.gz minetest-2af5864534c7615aeaff7e66c4dfb9618809c173.tar.bz2 minetest-2af5864534c7615aeaff7e66c4dfb9618809c173.zip |
Make freetype usage configureable by a setting
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index 29900b900..1d32bac8b 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -189,6 +189,9 @@ # File in client/serverlist/ that contains your favorite servers displayed in the Multiplayer Tab #serverlist_file = favoriteservers.txt +# Whether freetype fonts are used, requires freetype support to be compiled in +#freetype = true +# Path to TrueTypeFont or bitmap #font_path = fonts/liberationsans.ttf #font_size = 13 #mono_font_path = fonts/liberationmono.ttf |