Enum cairo_line_join_t

Specifies how to render the junction of two lines when stroking.

The default line join style is CAIRO_LINE_JOIN_MITER.

The enum base type is int .

Enum members

Name Description
CAIRO_LINE_JOIN_BEVEL use a cut-off join, the join is cut off at half the line width from the joint point
CAIRO_LINE_JOIN_MITER use a sharp (angled) corner, see cairo_set_miter_limit()
CAIRO_LINE_JOIN_ROUND use a rounded join, the center of the circle is the joint point

Authors

Johannes Pfau cairoD
cairo team cairo

Copyright

License

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