Skip to content

Commit 566a462

Browse files
committed
fixed font for dot diagrams
1 parent 64f387b commit 566a462

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doxyfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1592,12 +1592,12 @@ DOT_NUM_THREADS = 0
15921592
# DOTFONTPATH environment variable or by setting DOT_FONTPATH to the directory
15931593
# containing the font.
15941594

1595-
DOT_FONTNAME = Helvetica
1595+
DOT_FONTNAME = Liberation Sans
15961596

15971597
# The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs.
15981598
# The default size is 10pt.
15991599

1600-
DOT_FONTSIZE = 10
1600+
DOT_FONTSIZE = 8
16011601

16021602
# By default doxygen will tell dot to use the output directory to look for the
16031603
# FreeSans.ttf font (which doxygen will put there itself). If you specify a

0 commit comments

Comments
 (0)