Page.setLineWidth

Sets the width of the line used to stroke a path.

class Page
void
setLineWidth
(
float lineWidth
)

Parameters

lineWidth float

The line width to use (default is 1).

Graphics Mode
Before and after
GMode.pageDescription or GMode.textObject

Meta