enum Gsk::LineCap
Overview
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.

Defined in:
lib/gi-crystal/src/auto/gsk-4.0/gsk.crEnum Members
-
Butt =
0_u32
-
Start and stop the line exactly at the start and end point
-
Round =
1_u32
-
Use a round ending, the center of the circle is the start or end point
-
Square =
2_u32
-
use squared ending, the center of the square is the start or end point
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.