From 0078a3f7f116d04f317b1779f04bb08e7859a343 Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Sun, 10 Oct 2010 17:41:25 +0200 Subject: [PATCH] change font for documentation graphs --- Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doxyfile b/Doxyfile index d8888c4..60511a7 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1350,12 +1350,12 @@ HAVE_DOT = YES # DOTFONTPATH environment variable or by setting DOT_FONTPATH to the directory # containing the font. -DOT_FONTNAME = Verdana +DOT_FONTNAME = "Courier" # The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs. # The default size is 10pt. -DOT_FONTSIZE = 8 +DOT_FONTSIZE = 9 # By default doxygen will tell dot to use the output directory to look for the # FreeSans.ttf font (which doxygen will put there itself). If you specify a