ALLEGRO_LINE_CAP - Man Page

Allegro 5 API

Synopsis

#include <allegro5/allegro_primitives.h>

typedef enum ALLEGRO_LINE_CAP

Description

[IMAGE: ALLEGRO_LINE_CAP styles]

See the picture for the difference.

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.)

Since

5.1.0

See Also

al_draw_polygon(3)

Referenced By

al_draw_polyline(3).

Allegro reference manual