Package: gsk

Function gsk:stroke-line-width

Lambda List

gsk:stroke-line-width (stroke)

Syntax

(gsk:stroke-line-width stroke) => width
(setf (gsk:stroke-line-width stroke) width)

Arguments

stroke -- a gsk:stroke instance
width -- a number coerced to a float with the width of the line in pixels

Details

The gsk:stroke-line-width function gets the line width used. The (setf gsk:stroke-line-width) function sets the line width to be used when stroking. The line width must be > 0.

Since 4.14
 

See also

#2024-11-11