Anthony,
You probably want to use output parameters
pdfdir1 = g_hash_table_lookup(r->output_parameters,
"pdf_fontdir1");
pdfdir2 = g_hash_table_lookup(r->output_parameters,
"pdf_fontdir2");
pdfencoding = g_hash_table_lookup(r->output_parameters,
"pdf_encoding");
pdffontname = g_hash_table_lookup(r->output_parameters,
"pdf_fontname");
- Bob
On Thu, 2009-04-02 at 14:34 -0600, Anthony William Pfaff wrote:
> I'm looking for a way to modify the PDF output font for all of our
> reports. I noticed that there was an rlib_set_pdf_font function for
> 1.2.x but couldn't find any references to it in the 1.3.x
> documentation. Is there any established way to do this in 1.3.8?
>
|