From 2438d7075abca8f6bfc6f580598e38555ebc5d41 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 21 Jan 2010 23:11:08 +0000 Subject: add beginnings of path plotting svn path=/trunk/libnsfb/; revision=9854 --- include/libnsfb_plot.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/libnsfb_plot.h') diff --git a/include/libnsfb_plot.h b/include/libnsfb_plot.h index af1768e..e0ee7de 100644 --- a/include/libnsfb_plot.h +++ b/include/libnsfb_plot.h @@ -101,6 +101,12 @@ bool nsfb_plot_line(nsfb_t *nsfb, nsfb_bbox_t *line, nsfb_plot_pen_t *pen); */ bool nsfb_plot_lines(nsfb_t *nsfb, int linec, nsfb_bbox_t *line, nsfb_plot_pen_t *pen); +/** Plots a number of connected lines. + * + * Draw a series of connected lines. + */ +bool nsfb_plot_polylines(nsfb_t *nsfb, int pointc, nsfb_point_t *points, nsfb_plot_pen_t *pen); + /** Plots a filled polygon. * * Plots a filled polygon with straight lines between points. The lines around -- cgit v1.2.3