Hallo Sebastian!
Also Text mit Schatten habe ich nun schon so gelöst:
Delphi-Quellcode:
Image3.Canvas.Font := Schatten.Font;
Image3.Canvas.Brush.Style := bsClear;
Image3.Canvas.TextOut(24 , 7, ed_text.Text);
BmpGBlur(Image3.Picture.Bitmap,3);
Image3.Canvas.Font := FontDialog1.Font;
Image3.Canvas.Brush.Style := bsClear;
Image3.Canvas.TextOut(22 , 6, ed_text.Text);
BmpGBlur(Image3.Picture.Bitmap,0.05);
Ist erstmal nur ein statischer Test gewesen, sah aber im Ergebnis nicht schlecht aus!
Irgendwie sehen aber meine Buttons noch zu Flach aus!