Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.3.3

Request #1767 Re-add _text_color functions
Submitted: 2004-07-01 18:43 UTC
From: abdul at solary dot net Assigned: mdjukic
Status: Closed Package: File_PDF
PHP Version: 4.3.7 OS: Linux
Roadmaps: (Not assigned)    
Subscription  


 [2004-07-01 18:43 UTC] abdul at solary dot net
Description: ------------ I'm using File_PDF-0.0.1 and the _text_color functions have been removed from original fpdf. See example code. The fill color of the box is different from the color of the text. Actually I copied the original TextColor code from fpdf in my local copy, but I don't see why this functionality has been removed. Thank you. Reproduce code: --------------- $pdf->SetTextColor('rgb', 50,0,0); $pdf->SetFillColor('rgb', 0,0,50); $pdf->SetXY(1,5); $pdf->Cell(1.2,.5,"TEXT",1,0,'C',1); Expected result: ---------------- It can't be done as of the package version used. Actual result: -------------- I would like to make the fill of the box and the text different colors.

Comments

 [2006-08-28 17:34 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!