From aad71e135d8fdb412c28a0660cef701fb79e450f Mon Sep 17 00:00:00 2001 From: ellson Date: Mon, 13 Oct 2008 12:13:11 +0000 Subject: [PATCH] apply Ryan's patch to fix #1477 --- doc/infosrc/outputs | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/infosrc/outputs b/doc/infosrc/outputs index b64b99921..201775df1 100644 --- a/doc/infosrc/outputs +++ b/doc/infosrc/outputs @@ -229,28 +229,28 @@ was in the original specification.) B-spline using the given n control points b n x1 y1 ... xn yn Filled B-spline using the given n control points (1.1) -T x y j w n -c1c2...cn +T x y j w n -b1b2...bn Text drawn using the baseline point (x,y). The text consists of the -n characters following '-'. The text should be left-aligned (centered, +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. -C n -c1c2...cn +C n -b1b2...bn Set fill color. The color value consists of the -n characters following '-'. (1.1) -c n -c1c2...cn +n bytes following '-'. (1.1) +c n -b1b2...bn Set pen color. The color value consists of the -n characters following '-'. (1.1) -F s n -c1c2...cn +n bytes following '-'. (1.1) +F s n -b1b2...bn Set font. The font size is s points. The font name consists of the -n characters following '-'. (1.1) -S n -c1c2...cn +n bytes following '-'. (1.1) +S n -b1b2...bn Set style attribute. The style value consists of the -n characters following '-'. The syntax of the value is the same as +n bytes following '-'. The syntax of the value is the same as specified for a styleItem in style. (1.1) -I x y w h n -c1c2...cn +I x y w h n -b1b2...bn Externally-specified image drawn in the box with lower left corner (x,y) and upper right corner (x+w,y+h). The name of the image -consists of the n characters following '-'. This is usually a bitmap +consists of the n bytes following '-'. This is usually a bitmap image. Note that the image size, even when converted from pixels to points, might be different from the required size (w,h). It is assumed the renderer will perform the necessary scaling. (1.2) -- 2.40.0