libgpac
0.5.0
|
Pen properties. More...
#include <gpac/path2d.h>
Public Attributes | |
Fixed | width |
u8 | cap |
u8 | join |
u8 | align |
u8 | dash |
Fixed | miterLimit |
Fixed | dash_offset |
GF_DashSettings * | dash_set |
Fixed | path_length |
The pen properties object is used to specify several parameters used when building the vectorial outline of a path.
The width of the outline
The style of the lines ends
The style of the lines joins
The alignment of the outline with regard to the path
The dash style of the line
The miter limit of the line joins
The initial dash offset in the outline. All points before this offset will be ignored when building the outline
The dash pattern used for curstom dashing
The author-specified path length. Ignored if <= 0