I create a Text Layer with this code:
ImageEnView1.LayersAdd(DateTimeToStr(Now), Self.Font.Size, Self.Font.Color, Self.Font.Name);
TIETextLayer(ImageEnView1.CurrentLayer).SizeToText();
However, when I try to ROTATE the Text Layer with the Rotation Grip, I get this:
So how can I rotate the LAYER instead of the text content with the Rotation Grip?