Re: Re: Outlines?

"Mr. Shawn H. Corey" <[email protected]>
Newsgroups gmane.comp.lang.perl.modules.pdfapi2
Message-ID <[email protected]>
spinningwebz2002 wrote:
> --- In [email protected], Alfred Reibenschuh 
> <alfredreibenschuh@...> wrote:
>> you can do this by using:
>>
>> $txt->render( $rendering);
>>
>> you can see the effects in the pdf spec 1.7 page 402 table 5.3
>>
>> C
>>
>> fredo
> 
> How would I do this, what values whould I use?
> 
> Thanks
> 
> Bill

Text rendering is in section 5.2.5 Text Rendering Mode of the PDF Reference manual.

  $text->fillcolor( 'black' );
  $text->strokecolor( 'white' );
  $text->render( 1 );


-- 
Just my 0.00000002 million dollars worth,
  Shawn

"For the things we have to learn before we can do them, we learn by doing them."
  Aristotle
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.