.\" Automatically generated by Pandoc 3.1.3 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .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[R] .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 [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(3alleg5) style will determine how the vertex looks.) .SH SINCE .PP 5.1.0 .SH SEE ALSO .PP al_draw_polygon(3alleg5)