enum Hpdf::LineCap
Overview
used in Page#line_cap=
.
Defined in:
hpdf/enum.crEnum Members
-
ButtEnd =
0
-
The line is squared off at the endpoint of the path.
-
RoundEnd =
1
-
The end of a line becomes a semicircle whose center is the end point of the path.
-
ProjectingScuareEnd =
2
-
The line continues to the point that exceeds half of the stroke width the endpoint.