From 2af5864534c7615aeaff7e66c4dfb9618809c173 Mon Sep 17 00:00:00 2001 From: PilzAdam Date: Sun, 4 Aug 2013 20:18:56 +0200 Subject: Make freetype usage configureable by a setting --- minetest.conf.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'minetest.conf.example') 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 -- cgit v1.2.3