From: erg Date: Mon, 12 Feb 2007 21:36:48 +0000 (+0000) Subject: Update info files X-Git-Tag: LAST_LIBGRAPH~32^2~5678 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=987c5470edbae9f4a912b0887752a6b5e934c5d5;p=graphviz Update info files --- diff --git a/doc/info/attrs.html b/doc/info/attrs.html index d64bea141..f59266a54 100644 --- a/doc/info/attrs.html +++ b/doc/info/attrs.html @@ -152,11 +152,10 @@ This field indicates which graph component uses the attribute. fontcolor ENGCcolor black - fontmangling -Gbool -false fontname ENGCstring"Times-Roman" + fontnames +Gstring""svg only fontpath Gstringsystem-dependent fontsize @@ -636,11 +635,6 @@ This field indicates which graph component uses the attribute.
fontcolor
Color used for text. -
fontmangling -
If true, forces mangling of PostScript font names into - local system font names, which is not portable, but often - compatible with local renderers and editors like Inkscape. -
fontname
Font used for text. This very much depends on the output format and, for non-bitmap output such as PostScript or SVG, the availability of the font @@ -662,6 +656,19 @@ This field indicates which graph component uses the attribute. the fontpath attribute. The lookup does support various aliases for the common fonts. +
fontnames +
Allows user control of how basic fontnames are represented in SVG output. + If fontnames is undefined or "svg", + the output will try to use known SVG fontnames. For example, the + default font "Times-Roman" will be mapped to the + basic SVG font "serif". This can be overridden by setting + fontnames to "ps" or "gd". + In the former case, known PostScript font names such as + "Times-Roman" will be used in the output for such SVG viewers + that support these. In the latter case, the TrueType font conventions + are used. Thus, "Times-Roman" would be treated as + "Nimbus Roman No9 L". +
fontpath
Directory list used by libgd to search for bitmap fonts if Graphviz was not built with the fontconfig library.