From 639104946a2f7247a6c94cd7beaaf7487f287cb6 Mon Sep 17 00:00:00 2001 From: Christoph Lohmann <20h@r-36.net> Date: Thu, 4 Oct 2012 22:59:45 +0200 Subject: This adds the fontcache dependency to try something out. Additionally the invert mode now works as expected. In the config.def.h autohint is set to false, so the fonts are drawn correctly, without any overlapping. --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 3e6667a..9c64948 100644 --- a/config.def.h +++ b/config.def.h @@ -1,5 +1,5 @@ -#define FONT "Liberation Mono:pixelsize=12:antialias=true:autohint=true" +#define FONT "Liberation Mono:pixelsize=12:antialias=true:autohint=false" /* Space in pixels around the terminal buffer */ #define BORDER 2 -- cgit v1.2.1