.\" Automatically generated by Pandoc 3.5 .\" .TH "ALLEGRO_LINE_CAP" "3" "" "Allegro reference manual" .SH NAME ALLEGRO_LINE_CAP \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] \f[B]typedef\f[R] \f[B]enum\f[R] ALLEGRO_LINE_CAP .EE .SH DESCRIPTION .IP \[bu] 2 ALLEGRO_LINE_CAP_NONE .IP \[bu] 2 ALLEGRO_LINE_CAP_SQUARE .IP \[bu] 2 ALLEGRO_LINE_CAP_ROUND .IP \[bu] 2 ALLEGRO_LINE_CAP_TRIANGLE .IP \[bu] 2 ALLEGRO_LINE_CAP_CLOSED [IMAGE: \f[I]ALLEGRO_LINE_CAP styles\f[R]] \f[I]ALLEGRO_LINE_CAP styles\f[R] .PP See the picture for the difference. .PP ALLEGRO_LINE_CAP_CLOSED is different from the others \- it causes the polygon to have no caps. (And the ALLEGRO_LINE_JOIN(3) style will determine how the vertex looks.) .SH SINCE 5.1.0 .SH SEE ALSO al_draw_polygon(3)