diff options
author | scuri <scuri> | 2009-07-08 17:04:13 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-07-08 17:04:13 +0000 |
commit | 844ca3e107bd7a7f63d023642bb49618be96c68f (patch) | |
tree | 5070d2fbbd5b0b7afd7fae30028f7c6ff89f1a58 /html/en/func | |
parent | ad9b34e834fc762ca63073e9865526125644edaa (diff) |
*** empty log message ***
Diffstat (limited to 'html/en/func')
-rw-r--r-- | html/en/func/lines.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/en/func/lines.html b/html/en/func/lines.html index 33dd7e4..b748391 100644 --- a/html/en/func/lines.html +++ b/html/en/func/lines.html @@ -109,7 +109,7 @@ canvas:LineStyleDashes(dashes: table, count: number) -> (old_style: number) [ example: "10 2 5 2" means dash size 10, space size 2, dash size 5, space size 2, and repeats the pattern. </p> -<pre class="function"><span class="mainFunction">int <a name="cdLineWidth">cdCanvasLineWidth</a>(cdCanvas* canvas, int width); [in C]<br></span>double wdCanvasLineWidth(double width_mm); (WC) [in C] +<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] canvas:LineWidth(width: number) -> (old_width: number) [in Lua] canvas:wLineWidth(width_mm: number) -> (old_width_mm: number) (WC) [in Lua]</pre> |