Re: any 1.2.x rlib_set_pdf_font corollary to 1.3.x?

Bob Doan <[email protected]> Mon, 06 Apr 2009 08:26:43 -0400
Newsgroups gmane.text.rlib.user
Message-ID <[email protected]>
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?
> 


------------------------------------------------------------------------------