Index: 03_drawing.html =================================================================== --- 03_drawing.html (revision 1742) +++ 03_drawing.html (revision 1743) @@ -108,6 +108,9 @@ tip size yes circle diameter or square edge length in coordinates color yes   dash no dash pattern + font no hint: font description for text objects (string) + font_size no hint: font size for text objects (string) + font_style no hint: font style for text objects (string; e.g. bold, italic)

{des3:17} When using a pen, the base geomerty is specified as the single, 0 @@ -225,11 +228,8 @@ x2, y2 yes x;y coords of bounding box top-right (larger coords) halign yes horizontal alignment, per text line: left, center, right, word-justified, justified text yes string - color yes stroke/fill pen used to determine font color + stroke yes pen used to determine color and font properties dyntext yes boolean; when true, perform dyntext substitution - font no hint: font description (string) - font_size no hint: font size (string) - font_style no hint: font style (string; e.g. bold, italic)

{des3:36} The horizontal alignment is considered only for multiline text where