claviska / SimpleImage

A PHP class that makes working with images and GD as simple as possible.
MIT License
1.38k stars 382 forks source link

Multi Colored Text #293

Open rsdtyms opened 2 years ago

rsdtyms commented 2 years ago

Hello Everyone, Is it possible to write multi colored text using Simple Image? Check the attached image.

multi-colored-text

claviska commented 2 years ago

I believe you'd need to measure and render two text boxes to achieve this. Leaving this open as a feature request in case somebody has an elegant way to add this to the library.