diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/refman.tex | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/refman.tex b/doc/refman.tex index 026139a..3329c2a 100644 --- a/doc/refman.tex +++ b/doc/refman.tex @@ -1411,18 +1411,18 @@ of the \ident{canvas} command set. Describe where to attach the label leader on the label. These are not to be confused with the regular rectangular anchors. - The format is: \verb+lChar leftLeaderAnchor [lChar rightLeaderAnchor]+ + The format is: lChar leftLeaderAnchor [lChar rightLeaderAnchor] - If \verb+lChar+ is a \verb+'|'+, \verb+leftLeaderAnchor+ and \verb+rightLeaderAnchor+ - are the indices of the fields that serve to anchor the label's leader. More - specifically the bottom left corner of the left field and the bottom right corner of - the right field are used as the anchors. - If \verb+lChar+ is \verb+'%'+, \verb+leftLeaderAnchor+ and \verb+rightLeaderAnchor+ - should be specified as \verb+valxval+, \verb+val+ being a percentage (max 100) of - the width/height of the label bounding box. If rightLeaderAnchor is not specified - it defaults to field 0. If rightLeaderField is not specified it defaults to - leftLeaderAnchor. If neither of them are specified, the center of the label - is used as an anchor. + If lChar is a '|', leftLeaderAnchor and rightLeaderAnchor + are the indices of the field that serve to anchor the label's leader. More + specifically the bottom right corner is used when leftLeaderAnchor is active + and the bottom left corner is used when rightLeaderAnchor is active. + + If lChar is '\%', leftLeaderAnchor and rightLeaderAnchor should be specified + as widthPercentxheightPercent, each value being a percentage (between 1 and 100) + of the width/height of the label bounding box. If rightLeaderAnchor is not + specified it defaults to leftLeaderAnchor. If neither of them are specified, the + center of the label is used as an anchor. \end{blockindent} \attrtype{lineend} |