Enumeration (GI Enum)

Gsk-4.0GskLineJoinSince 4.14

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

The default line join style is GSK_LINE_JOIN_MITER.

New entries may be added in future versions.

Line Join Styles
GSK_LINE_JOINT_MITER, GSK_LINE_JOINT_ROUND, GSK_LINE_JOIN_BEVEL

4.14

Index

Enumeration Members

Enumeration Members

BEVEL: number

use a cut-off join, the join is cut off at half the line width from the joint point

MITER: number

Use a sharp angled corner

ROUND: number

Use a round join, the center of the circle is the join point