> Hi all ...
> 
> Draw.Text use to draw text on screen.
> 
> sTmp = "Long Text - asafdasdggasddashsdah  sdfg  df sdf gsdf dshfsdhfsdf
> hsdf hsdf hsdfhsdf hsdf"
> Draw.Text(sTmp,500,500,2000,3000)
> 
> The online help says that the alignment of the text, shall take effect
> if you use the optional parameters width and height. If I line up right,
> left and center, is displayed correctly. But I can not show text
> justified. How I can do?
> 
> Thanks in advance.

You can't justify the text with that method. You must do that by hand, sorry 
for that!

Regards,

-- 
Benoît Minisini

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to