Re: RE: Underline text
"Mr. Shawn H. Corey" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.pdfapi2 |
|---|---|
| Message-ID | <[email protected]> |
turnertim wrote: > Is there any way to underline text other than using the GFX to draw a > line at a specific location start and stop? Yes, see `perldoc PDF::API2::Content` and search for 'underline'. The -underline option is available in all text operations (text, text_right, text_center, text_justify, paragraph, text_label). Entering negative values for the distance will produce a strikethru, or if sufficient negative, an overline. Experiment or write for more help. -- 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