<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>  bmp := TBGRABitmap.Create(1024,1024, clBlack);<br>
  bmp.FontHeight := 30;<br>
  bmp.FontAntialias := true;<br>
  bmp.FontStyle := [fsBold];<br>
  bmp.TextOut( 0, 0, textonaovazio, ColorToBGRA(ColorToRGB( clWhite)), taLeftJustify);<br>
<br>
  bounds := bmp.GetImageBounds;  </p>
<p><br>
</p>
<p>bounds contains 0,1024 0,1024</p>
<p><br>
</p>
<p>and I need bounds of text generated by TextOut. Is it avalaible somewhere?</p>
<p><br>
</p>
<p>thank for any hint</p>
<p>Philippe<br>
</p>
</div>
</body>
</html>