TSdlTtfLineCap
These values determine how the end of opened sub-paths are rendered in a stroke.
Definition
Unit: Neslib.Sdl3.Ttf
Enumeration Values
Butt = 0
The end of lines is rendered as a full stop on the last point itself.
Round = 1
The end of lines is rendered as a half-circle around the last point.
Square = 2
The end of lines is rendered as a square around the last point.