Hi, I had the same problem. My tip, to use inner shine with text color. That reduces the effect quite well. Example: ImageEnView1.CurrentLayer.InnerGlow.Enabled: = True; ImageEnView1.CurrentLayer.InnerGlow.Radius: = 1; ImageEnView1.CurrentLayer.InnerGlow.ShadowColor: = TColor2TRGB (your Textcolor); ImageEnView1.Update ();
I think your solution works to remove the lines around the text? My issue is there is a white border around the text layer that shouldn't be there. I can either turn off anti-aliasing, or don't use a fill color, to remove that border.