LineCap
Description:
[ CCode ( cprefix = "GSK_LINE_CAP_" , type_id = "gsk_line_cap_get_type ()" ) ]
[ Version ( since = "4.14" ) ]
public enum LineCap
[ Version ( since = "4.14" ) ]
public enum LineCap
Specifies how to render the start and end points of contours or dashes when stroking.
The default line cap style is `GSK_LINE_CAP_BUTT`.
New entries may be added in future versions.
<figure> <picture> <source srcset="caps-dark.png" media="(prefers-color-scheme: dark)"> <img alt="Line Cap Styles" src="caps-light.png"> </picture> <figcaption>GSK_LINE_CAP_BUTT, GSK_LINE_CAP_ROUND, GSK_LINE_CAP_SQUARE</figcaption> < /figure>
Namespace: Gsk
Package: gtk4