Página 1 de 1
:Textout() with :nTextAlignment := taCENTER
Publicado: Vie Mar 05, 2010 3:57 am
por g.s.rogers
I have been playing with this and can't see that the alignment makes any
difference. I get the same results with
:nTextAlignment := taLEFT
:TextOut(100,1000, "Greeting")
as with
:nTextAlignment := taCENTER
:TextOut(100,1000,"Greeting")
Thanks,
Gary S. Rogers
:Textout() with :nTextAlignment := taCENTER
Publicado: Vie Mar 05, 2010 10:00 am
por ignacio
Gary,
I guess you are talking about the TCanvas class. Please take a look to
third parameter on TextOut() method.
Regards,
--
Ignacio Ortiz de Zúñiga
[Equipo de Xailer/Xailer team]
http://www.xailer.com
http://www.xailer.info
"Gary S. Rogers" <
g.s.rogers@att.net> escribió en el mensaje de
noticias:[email=4b907332@svctag-j7w3v3j....]4b907332@svctag-j7w3v3j....[/email]
> I have been playing with this and can't see that the alignment makes any
> difference. I get the same results with
>
> :nTextAlignment := taLEFT
> :TextOut(100,1000, "Greeting")
>
> as with
>
> :nTextAlignment := taCENTER
> :TextOut(100,1000,"Greeting")
>
> Thanks,
> Gary S. Rogers
:Textout() with :nTextAlignment := taCENTER
Publicado: Vie Mar 05, 2010 10:00 am
por ignacio
Gary,
I guess you are talking about the TCanvas class. Please take a look to
third parameter on TextOut() method.
Regards,
--
Ignacio Ortiz de Zúñiga
[Equipo de Xailer/Xailer team]
http://www.xailer.com
http://www.xailer.info
"Gary S. Rogers" <
g.s.rogers@att.net> escribió en el mensaje de
noticias:[email=4b907332@svctag-j7w3v3j....]4b907332@svctag-j7w3v3j....[/email]
> I have been playing with this and can't see that the alignment makes any
> difference. I get the same results with
>
> :nTextAlignment := taLEFT
> :TextOut(100,1000, "Greeting")
>
> as with
>
> :nTextAlignment := taCENTER
> :TextOut(100,1000,"Greeting")
>
> Thanks,
> Gary S. Rogers