.\" Automatically generated by Pandoc 1.17.2 .\" .TH "ALLEGRO_LINE_CAP(3alleg5) Allegro reference manual" "" "" "" "" .hy .SH NAME .PP ALLEGRO_LINE_CAP \- Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include\ typedef\ enum\ ALLEGRO_LINE_CAP \f[] .fi .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 .PP [IMAGE: \f[I]ALLEGRO_LINE_CAP styles\f[] (images/LINE_CAP.png)] .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(3alleg5) style will determine how the vertex looks.) .SH SINCE .PP 5.1.0 .SH SEE ALSO .PP al_draw_polygon(3alleg5)