Home » Images » Image_Text » Bug #2449
Change color of text by word
Details
| Request #2449 | Change color of text by word |
|---|---|
| Submitted | 2004-10-04 20:50 UTC |
| From | se at hexatex dot de |
| Assigned | bigmichi1 |
| Status | Closed |
| Package | Image_Text |
| PHP Version | 4.3.8 |
| Roadmaps | 0.8.0 |
Comments
[2004-10-04 20:50 UTC] se at hexatex dot de
Description:
------------
It would be nice to be able to change the color of text by Word, so that we could have a line with text with different words having different colors. It would be even nicer to be able to do that on a character basis.
Reproduce code:
---------------
# that is one way it could look
$image_text->setColor('#ffff00');
$image_text->addText('Eins ');
$image_text->setColor('#ff0000');
$image_text->addText('Zwei ');
$image_text->setColor('#00ff00');
$image_text->addText('Drei');
$image_text->render();
Expected result:
----------------
The word "Eins ", "Zwei " and "Drei " would be different colors, but on one line.
Thanks
Sascha Ebach