diff options
author | scuri <scuri> | 2010-06-17 19:32:24 +0000 |
---|---|---|
committer | scuri <scuri> | 2010-06-17 19:32:24 +0000 |
commit | debc9599032c7036006ec124f4ef8f44b8935568 (patch) | |
tree | 0e210330658dc789212f1292f23bf6079f66fb81 /html/en/func | |
parent | 622702f609550390898cd31956bf784212f46a6e (diff) |
*** empty log message ***
Diffstat (limited to 'html/en/func')
-rw-r--r-- | html/en/func/lines.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/html/en/func/lines.html b/html/en/func/lines.html index 6ba78d7..cbea432 100644 --- a/html/en/func/lines.html +++ b/html/en/func/lines.html @@ -108,10 +108,10 @@ canvas:LineStyle(style: <em>number</em>) -> (old_style: <em>number</em>) [in canvas:LineStyleDashes(dashes: table, count: number) -> (old_style: number) [in Lua]</pre> - <p>Defines the custom line style dashes. The first value is the lenght of the - first dash, the second value is the leght of the first space, and so on. For + <p>Defines the custom line style dashes. The first value is the length of the + first dash, the second value is the length of the first space, and so on. For example: "10 2 5 2" means dash size 10, space size 2, dash size 5, space size - 2, and repeats the pattern. </p> + 2, and repeats the pattern. Sizes are in pixels.</p> <pre class="function"><span class="mainFunction">int <a name="cdLineWidth">cdCanvasLineWidth</a>(cdCanvas* canvas, int width); [in C]<br></span>double wdCanvasLineWidth(cdCanvas* canvas, double width_mm); (WC) [in C] |