From: Chet H. <che...@si...> - 2004-03-08 21:48:57
|
Hi all, I just posted a new documentation PDF and another update to RLIB on my RLIB website. http://elmo.sicompos.com/~cheilman/ <http://elmo.sicompos.com/%7Echeilman/> This adds some functions to the doc that I thought were already there. The function to set the font is rlib_set_pdf_font. It affects only PDF reports. The encoding parameter (for the set_pdf_font) should be either one of the 4 encodings accepted by CPDF or it can be NULL to use the default encoding for the font. The encoding set by the set_output_encoding determines how the UTF-8 is translated - this should be NULL only if you want UTF-8 (which works in HTML, but not PDF). Chet |