rich text in an image
i have a text editor .while saving content in text editor i have to draw or write the content in an image.(text in image).I used
<cfset ImageDrawText(myImage1, text1, 0, 50,attr)> function,But while usinf text editor some leters wil be bold some with other color and font so i can't use this function ...
if my text is like this
<cfset text1 = "The <b>position</b> of the image is represented by (x,y). Each coordinates multiply with above ratio to fit the image in A6 vertical paper size .">
how can i paste this text position bold and other are normal fonts in an image?
any one plz help
plz refer my image
