From debc9599032c7036006ec124f4ef8f44b8935568 Mon Sep 17 00:00:00 2001 From: scuri Date: Thu, 17 Jun 2010 19:32:24 +0000 Subject: *** empty log message *** --- html/en/func/lines.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'html/en/func') 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: number) -> (old_style: number) [in canvas:LineStyleDashes(dashes: table, count: number) -> (old_style: number) [in Lua] -

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 +

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.

+ 2, and repeats the pattern. Sizes are in pixels.

int cdCanvasLineWidth(cdCanvas* canvas, int width); [in C]
double wdCanvasLineWidth(cdCanvas* canvas, double width_mm); (WC) [in C] -- cgit v1.2.3