]> granicus.if.org Git - graphviz/commitdiff
Update document to reflect new xdot op for text characteristics.
authorEmden R. Gansner <erg@research.att.com>
Fri, 6 Sep 2013 22:39:11 +0000 (18:39 -0400)
committerEmden R. Gansner <erg@research.att.com>
Fri, 6 Sep 2013 22:39:11 +0000 (18:39 -0400)
doc/info/output.html

index 325d535503976d184266ffd90d2a3214890a43e0..93045d729e9c0e0096ed2c6120df49d1b5a86a6b 100644 (file)
@@ -182,6 +182,8 @@ was in the original specification.)
 n bytes following '-'. The text should be left-aligned (centered,
 right-aligned) on the point if j is -1 (0, 1), respectively. The value
 w gives the width of the text as computed by the library.
+<TR><TD>t f
+<TD>Set font characteristics. The integer f is the OR of BOLD=1, ITALIC=2, UNDERLINE=4, SUPERSCRIPT=8 and SUBSCRIPT=16.
 <TR><TD>C n -<I>b<sub>1</sub>b<sub>2</sub>...b<sub>n</sub></I>
 <TD>Set fill color. The color value consists of the
 n bytes following '-'. (1.1)
@@ -256,7 +258,7 @@ Version info:
 <TR><TD>1.2</TD><TD>2.13</TD><TD>Support image operator <b>I</b></TD></TR>
 <TR><TD>1.3</TD><TD>2.31</TD><TD>Add numerical precision</TD</TR>
 <TR><TD>1.4</TD><TD>2.32</TD><TD>Add gradient colors</TD</TR>
-<TR><TD>1.5</TD><TD>2.34</TD><TD>Fix text layout problem; fix inverted vector in gradient; support version-specific output</TD</TR>
+<TR><TD>1.5</TD><TD>2.34</TD><TD>Fix text layout problem; fix inverted vector in gradient; support version-specific output; new <B>t</B> op for text characteristics</TD</TR>
 </TABLE>
 
 <DT><A NAME=d:cmap HREF=#a:cmap><STRONG>cmap</STRONG></A>