From 7d292f1247e3287fb07a9a12377217ce8942cf09 Mon Sep 17 00:00:00 2001 From: "Jeffrey H. Kingston" Date: Tue, 14 Sep 2010 20:38:56 +0000 Subject: Lout 3.29. git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@27 9365b830-b601-4143-9ba8-b4a8e2c3339c --- doc/user/dia_node | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'doc/user/dia_node') diff --git a/doc/user/dia_node b/doc/user/dia_node index fddf3e0..068bca1 100644 --- a/doc/user/dia_node +++ b/doc/user/dia_node @@ -285,14 +285,15 @@ options apply to any node and affect the appearance of the outline: } } This example shows the default values of these options. The -{@Code outlinestyle} option may be {@Code solid}, {@Code dashed}, +{@Code outlinestyle} option's allowed values include {@Code solid}, +{@Code dashed}, diagrams. @RawIndex { diagrams } diagrams.solid @SubIndex { @Code "solid" outlines } solid.diagrams @Index { @Code "solid" outlines (diagrams) } diagrams. @RawIndex { diagrams } diagrams.dashed @SubIndex { @Code "dashed" outlines } dashed.diagrams @Index { dashed outlines (diagrams) } -{@Code cdashed}, {@Code dotted}, or {@Code noline}: +{@Code cdashed}, {@Code dotted}, and {@Code noline}. diagrams. @RawIndex { diagrams } diagrams.cdashed @SubIndex { @Code "cdashed" outlines } cdashed.diagrams @Index { cdashed outlines (diagrams) } @@ -302,6 +303,12 @@ dotted.diagrams @Index { dotted outlines (diagrams) } diagrams. @RawIndex { diagrams } diagrams.noline @SubIndex { @Code "noline" outlines } noline.diagrams @Index { noline outlines (diagrams) } +There are also six values for mixing dots and dashes +(Section {@NumberOf dia_summ}). +@PP +The @Code dashed option makes all dashes the same length, whereas +@Code cdashed halves the length of the first and last dash on each +segment, which usually looks better: @ID @OneRow { @Code @Verbatim { @CurveBox @@ -315,10 +322,8 @@ noline.diagrams @Index { noline outlines (diagrams) } { Hello, world } } } -The @Code dashed option makes all dashes the same length, whereas -@Code cdashed halves the length of the first and last dash on each segment, -which usually looks better. The length of dashes is {@Code outlinedashlength}, -and the distance between dashes or dots is at most {@Code outlinedashlength}, +The length of dashes is {@Code outlinedashlength}, and the distance +between dashes or dots is at most {@Code outlinedashlength}, reduced to make the dashes or dots fit evenly. The @Code outlinewidth option determines the width of the line, dashes, or dots, and may be {@Code thin}, {@Code medium}, {@Code thick}, or any length. The values -- cgit