From b6666398437407844e69621d6d79a966a5d38390 Mon Sep 17 00:00:00 2001 From: Stefan Kebekus Date: Thu, 27 Mar 2003 15:51:37 +0000 Subject: [PATCH] fixes crash on some configuration files svn path=/trunk/kdegraphics/kdvi/; revision=216514 --- fontpool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fontpool.cpp b/fontpool.cpp index 354991d3f..9827dc5d3 100644 --- a/fontpool.cpp +++ b/fontpool.cpp @@ -36,7 +36,7 @@ fontPool::fontPool(void) makepk = true; // By default, fonts are generated enlargeFonts = true; // By default, fonts are enlarged displayResolution_in_dpi = 100.0; // A not-too-bad-default - + MetafontMode = DefaultMFMode; fontList.setAutoDelete(TRUE); #ifdef HAVE_FREETYPE