formZ SDK | 5.0 API Reference | Project | File Formats
Description
Controls drawing of polylines to vector images.
enum fz_ffmt_lineset_flags_enum {
FZ_FFMT_LINESET_FLAGS_STROKE_BIT,
FZ_FFMT_LINESET_FLAGS_FILL_BIT,
FZ_FFMT_LINESET_FLAGS_CLIP_BIT,
FZ_FFMT_LINESET_FLAGS_PAT_BIT };
Members
FZ_FFMT_LINESET_FLAGS_STROKE_BIT
Draw the outline of the polyline using the current line color.
FZ_FFMT_LINESET_FLAGS_FILL_BIT
Draw as a solid color filled polygon using the current fill color.
FZ_FFMT_LINESET_FLAGS_CLIP_BIT
Don't draw, but use as a clipping polygon.
FZ_FFMT_LINESET_FLAGS_PAT_BIT
Draw as a polygon filled with the current pattern and fill color.
Availability
5.0.0.0
Defined in