Page 1 of 1

Say vertical

PostPosted: Sat Apr 30, 2016 6:07 pm
by Otto
Hello,
can a say be painted vertically.
Best regards,
Otto

Re: Say vertical

PostPosted: Sat Apr 30, 2016 6:43 pm
by cnavarro

Re: Say vertical

PostPosted: Sun May 01, 2016 5:31 pm
by Otto
Hello Cristobal,
thank you for your help.
This is working fine.
Best regards,
Otto

Re: Say vertical

PostPosted: Mon May 02, 2016 7:57 am
by nageswaragunupudi
Code: Select all  Expand view
function SayTest

   local oDlg, oSay, oFont

   DEFINE FONT oFont NAME "Segoe UI" SIZE 0,-40 NESCAPEMENT 900

   DEFINE DIALOG oDlg SIZE 600,700 PIXEL TRUEPIXEL

   ACTIVATE DIALOG oDlg CENTERED ;
      ON PAINT ( oDlg:SayText( "Vertical Text" + CRLF + "Second Line", ;
         { 20,20,300, 120 }, nil, oFont ), ;
         oDlg:Box( 20, 20, 300, 120 ) )

   RELEASE FONT ofont

return nil
 

Re: Say vertical

PostPosted: Tue Nov 29, 2016 12:42 pm
by karinha
Excellent mister Rao.

Regards