Function 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.

Prototype

void setLineJoin(
  cairo_line_join_t join
);

Authors

Johannes Pfau cairoD
Andrej Mitrovic cairoD
cairo team cairo

Copyright

License

cairoD wrapper/bindings Boost License 1.0
cairo LGPL 2.1 / MPL 1.1