Index: 03_drawing.html =================================================================== --- 03_drawing.html (revision 1850) +++ 03_drawing.html (revision 1851) @@ -219,11 +219,12 @@

{des3:33} The text object has properties and no attributes and no children.

{des3:34} It represents a multiline text block arranged in a bounding box. -When x2 and y2 are specified height is not, pen font and text size are only -hinted; the renderer may chose a different font and size but has to find the -closest possible match for fitting the bounding box. When x2;y2 are not -specified, the lower left corner of the unrotated rendered text is +When x2 and y2 are specified, pen font height is taken only as a hint: +the renderer may chose a different font and size but has to find the +closest possible match for fitting the unrotated text in the bounding box. +When x2;y2 are not specified, the lower left corner of the rendered text is placed on x1,y1 and text size is chosen for the pen font_height property. +Rotation is performed after the above bounding box or pen font height rendering.

{des3:35} text properties