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.
Fixed GF_PenSettings::width |
The width of the outline
u8 GF_PenSettings::cap |
The style of the lines ends
u8 GF_PenSettings::join |
The style of the lines joins
u8 GF_PenSettings::align |
The alignment of the outline with regard to the path
u8 GF_PenSettings::dash |
The dash style of the line
Fixed GF_PenSettings::miterLimit |
The miter limit of the line joins
Fixed GF_PenSettings::dash_offset |
The initial dash offset in the outline. All points before this offset will be ignored when building the outline
GF_DashSettings* GF_PenSettings::dash_set |
The dash pattern used for curstom dashing
Fixed GF_PenSettings::path_length |
The author-specified path length. Ignored if <= 0