Package: cairo
Function cairo-set-line-width
Lambda Listcairo-set-line-width (cr width) ArgumentsDetails
Sets the current line width within the Cairo context.
The line width value specifies the diameter of a pen that is circular in user
space, though device-space pen may be an ellipse in general due to
scaling/shear/rotation of the Coordinate Transformation Matrix (CTM). As with the other stroke parameters, the current line width is examined by the cairo-stroke and cairo-stroke-extents functions, but does not have any effect during path construction. The default line width value is 2.0. Note | See also |
2021-12-12