.\" Automatically generated by Pandoc 2.17.1.1 .\" .\" 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_JOIN" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP ALLEGRO_LINE_JOIN - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include typedef enum ALLEGRO_LINE_JOIN \f[R] .fi .SH DESCRIPTION .IP \[bu] 2 ALLEGRO_LINE_JOIN_NONE .IP \[bu] 2 ALLEGRO_LINE_JOIN_BEVEL .IP \[bu] 2 ALLEGRO_LINE_JOIN_ROUND .IP \[bu] 2 ALLEGRO_LINE_JOIN_MITER .PP [IMAGE: \f[I]ALLEGRO_LINE_JOIN styles\f[R]] .PP See the picture for the difference. .PP The maximum miter length (relative to the line width) can be specified as parameter to the polygon functions. .SH SINCE .PP 5.1.0 .SH SEE ALSO .PP al_draw_polygon(3alleg5)