Context.setLineJoin

Sets the current line join style within the cairo context. See LineJoin for details about how the available line join styles are drawn.

As with the other stroke parametes, the current line join style is examined by stroke(), strokeExtents() and strokeToPath(), but does not have any effect during path construction.

The default line join style is CAIRO_LINE_JOIN_MITER.

struct Context
void
setLineJoin

Meta