|
CartoType API
|
#include <cartotype_graphics.h>
Public Attributes | |
| TFixed | iPenWidth |
| TLineCap | iLineCap |
| TLineJoin | iLineJoin |
| TFixed | iMiterLimit |
| const CDashArray * | iDashArray |
A circular pen used for stroking a path.
A line drawn using a circular pen can have various types of end caps and corners.
If non-null, a pointer to an array giving the pattern of dashed and gaps used to draw strokes; not owned. The elements are the dash and gap lengths in pixels. They are used repeatedly, alternating between dashes and gaps; the first element is a dash.
The line cap type.
The line join type.
If the corners are mitered, they are cut off by a straight line if they extend more than this fraction of half the pen width from the center of the line.
The width of the pen in pixels.
1.7.5.1