Displaying 1 result from an estimated 1 matches for "annotspos".
2008 Mar 29
1
A patch for extending pdf device to embed popup text and web links
...cs.h> /* for GConvert and GUnit */
#ifdef HAVE_ERRNO_H
#include <errno.h>
***************
*** 5136,5141 ****
--- 5137,5146 ----
Rboolean inText;
char title[1024];
+ char **annots; /* annotations in a page */
+ int annotsmax; /* allocated size */
+ int annotspos; /* nubmer of annotations */
+
/*
* Fonts and encodings used on the device
*/
***************
*** 5149,5154 ****
--- 5154,5166 ----
cidfontfamily defaultCIDFont;
/* Record if fonts are used */
Rboolean fontUsed[100];
+
+ /*
+ * Current text geometry...