[Gambas-user] Draw Text

Benoît Minisini gambas at ...1...
Mon Nov 22 15:10:08 CET 2010


> 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




More information about the User mailing list