Displaying 1 result from an estimated 1 matches for "pdf_free_annot".
Did you mean:
pdf_free_annots
2008 Mar 29
1
A patch for extending pdf device to embed popup text and web links
...e(const char *str,
+ const pGEcontext gc,
+ pDevDesc dd,
+ double *ascent_max,
+ double *descent_max,
+ double *width_sum);
static void PDF_Text(double x, double y, const char *str,
double rot, double hadj,
const pGEcontext gc,
pDevDesc dd);
+ static void PDF_free_annots(PDFDesc *pd);
+ static void PDF_add_annot(PDFDesc *pd, char *str);
#ifdef SUPPORT_MBCS
static double PDF_StrWidthUTF8(const char *str,
const pGEcontext gc,
***************
*** 5315,5320 ****
--- 5335,5348 ----
}
pd->pagemax = 100;
+ pd->annots = (char **) cal...