Browse Source

SVG graphs, using Verdana like rest of the documentation.

vectorfields
Vladimír Vondruš 14 years ago
parent
commit
f9216b99b0
  1. 4
      Doxyfile

4
Doxyfile

@ -1635,7 +1635,7 @@ DOT_NUM_THREADS = 0
# the DOTFONTPATH environment variable or by setting DOT_FONTPATH to the # the DOTFONTPATH environment variable or by setting DOT_FONTPATH to the
# directory containing the font. # directory containing the font.
DOT_FONTNAME = FreeSans.ttf DOT_FONTNAME = Verdana
# The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs. # The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs.
# The default size is 10pt. # The default size is 10pt.
@ -1735,7 +1735,7 @@ DIRECTORY_GRAPH = NO
# HTML_FILE_EXTENSION to xhtml in order to make the SVG files # HTML_FILE_EXTENSION to xhtml in order to make the SVG files
# visible in IE 9+ (other browsers do not have this requirement). # visible in IE 9+ (other browsers do not have this requirement).
DOT_IMAGE_FORMAT = png DOT_IMAGE_FORMAT = svg
# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
# enable generation of interactive SVG images that allow zooming and panning. # enable generation of interactive SVG images that allow zooming and panning.

Loading…
Cancel
Save