<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">2013/5/14 Graeme Geldenhuys <span dir="ltr"><<a href="mailto:graeme@geldenhuys.co.uk" target="_blank">graeme@geldenhuys.co.uk</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 2013-05-14 14:07, Edilson Vieira wrote:<br>
> The project is an Image Generation Program, a console program.<br>
><br>
> The error ocurr when I call the method TextHeight of the Canvas property of<br>
> TBitmap.<br>
<br>
</div>You do realize that if you pull in the 'Graphics' unit of LCL, you don't<br>
have a console app any more, but a GUI app.<br>
<br>
I don't really know what you app does, but I would instead use FPImage<br>
(from Free Pascal's FCL packages), and use freetype (also included with<br>
fcl-image code). This will mean your app is not LCL dependent, and a<br>
real console application.<br></blockquote></div><br></div><div class="gmail_extra">The original app reads data from a query and generates an image in a tabular format with layout/font/colors configured on the same database. Many images are generated daily so they run as batch processes on a server, that is why it were made as a console app, no need of interaction with users.<br>
<br>So I need to calculate the final size of the image based on such configurations.<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">You mean use FPImage instead of Graphics?<br><br></div><div class="gmail_extra">
In this case what should I use instead of TBitmap (defined in Graphics unit) ?<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">tks for your attention.<br><br></div><div class="gmail_extra">Edilson.<br>
</div><div class="gmail_extra"><br></div></div>