aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlecoanet2001-03-23 15:26:24 +0000
committerlecoanet2001-03-23 15:26:24 +0000
commit07ae6c776c1a905efd6eef7d41f18a7cf92a4a3d (patch)
tree254378fb4d941dc551d114003e58af72f4a683db
parentd4c5bf69c64ed9b7c137561b291607c181a9ad60 (diff)
downloadtkzinc-07ae6c776c1a905efd6eef7d41f18a7cf92a4a3d.zip
tkzinc-07ae6c776c1a905efd6eef7d41f18a7cf92a4a3d.tar.gz
tkzinc-07ae6c776c1a905efd6eef7d41f18a7cf92a4a3d.tar.bz2
tkzinc-07ae6c776c1a905efd6eef7d41f18a7cf92a4a3d.tar.xz
Correction de la doc de leaderanchors: elle n'�tait pas lisible en
html et de plus elle �tait confuse (c'est le moins que l'on puisse dire).
-rw-r--r--doc/refman.tex22
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}