cairo_set_line_cap3cairo_set_line_capdetermine shape of line endings
void cairo_set_line_cap (cairo_t *cr, cairo_line_cap_t line_cap)cr :a cairo_tline_cap :see cairo_line_cap_t for stylesDescriptionfunctionscairo_set_line_cap
When the line width is larger than one device unit, it matters which way the ending of a line is drawn. Use this function to set the line-ending-style.