cairoSetLineWidth: cairoSetLineWidth
Description
Sets the current line width within the cairo context. The line
width specifies the diameter of a pen that is circular in
user-space.Usage
cairoSetLineWidth(cr, width)
Details
As with the other stroke parameters, the current line cap style is
examined by cairoStroke
, cairoStrokeExtents
, and
cairo(), but does not have any effect during path
construction.
[object Object]
internal