hallo. so gehe ich vor:
Delphi-Quellcode:
with Bild do
begin
Bild := TBitmap.create;
Height := 50; //
Width := 50; //
transparentcolor := clWhite;
transparent := true;
canvas.TextOut(0,0,edt_text.Text);
end;
wie kann ich die Heigth und die Width an die Text grösse anpassen? so, das das bild nicht größer ist, als der text selber..