summaryrefslogtreecommitdiff
path: root/fitz/fitz-internal.h
diff options
context:
space:
mode:
authorPaul Gardiner <paulg.artifex@glidos.net>2013-03-25 12:50:19 +0000
committerPaul Gardiner <paulg.artifex@glidos.net>2013-03-25 12:50:19 +0000
commit41f10c71dbae05fb538f51a495ef7aaa1861fd5d (patch)
tree40a9b0ce7a528f95db71f5c1e3cf165032d927a9 /fitz/fitz-internal.h
parentf031719c18e610269e85aa1d1b83a619ddc7fec7 (diff)
downloadmupdf-41f10c71dbae05fb538f51a495ef7aaa1861fd5d.tar.xz
Support creation of Ink annotations in MuPDF library
Diffstat (limited to 'fitz/fitz-internal.h')
-rw-r--r--fitz/fitz-internal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/fitz/fitz-internal.h b/fitz/fitz-internal.h
index 0436bfcd..19e0a493 100644
--- a/fitz/fitz-internal.h
+++ b/fitz/fitz-internal.h
@@ -1228,6 +1228,12 @@ void fz_set_markup_annot_quadpoints(fz_interactive *idoc, fz_annot *annot, fz_po
void fz_set_markup_appearance(fz_interactive *idoc, fz_annot *annot, float color[3], float alpha, float line_thickness, float line_height);
/*
+ fz_set_ink_annot_list: set the details of an ink annotation. All the points of the multiple arcs
+ are carried in a single array, with the counts for each arc held in a secondary array.
+*/
+void fz_set_ink_annot_list(fz_interactive *idoc, fz_annot *annot, fz_point *pts, int *counts, int ncount, float color[3], float thickness);
+
+/*
* Text buffer.
*
* The trm field contains the a, b, c and d coefficients.