Enumeration (GI Enum)

Gsk-4.0GskLineCapSince 4.14

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.

Line Cap Styles
GSK_LINE_CAP_BUTT, GSK_LINE_CAP_ROUND, GSK_LINE_CAP_SQUARE

4.14

Index

Enumeration Members

Enumeration Members

BUTT: number

Start and stop the line exactly at the start and end point

ROUND: number

Use a round ending, the center of the circle is the start or end point

SQUARE: number

use squared ending, the center of the square is the start or end point