GF_PenSettings Struct Reference
[path2d]

Pen properties. More...

#include <gpac/path2d.h>

List of all members.

Public Attributes

Fixed width
GF_LineCap cap
GF_LineJoin join
GF_LineAlignement align
Fixed miterLimit
GF_DashStyle dash
Fixed dash_offset
GF_DashSettingsdash_set
Fixed path_length


Detailed Description

The pen properties object is used to specify several parameters used when building the vectorial outline of a path.


Member Data Documentation

Fixed GF_PenSettings::width

The width of the outline

GF_LineCap GF_PenSettings::cap

The style of the lines ends

GF_LineJoin GF_PenSettings::join

The style of the lines joins

GF_LineAlignement GF_PenSettings::align

The alignment of the outline with regard to the path

Fixed GF_PenSettings::miterLimit

The miter limit of the line joins

GF_DashStyle GF_PenSettings::dash

The dash style of the line

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


The documentation for this struct was generated from the following file:
Generated on Mon Feb 5 21:29:50 2007 for libgpac by  doxygen 1.5.1