The ported Orpheus TOvcRotatedLabel control works on Win32, Qt and Carbon: http://wiki.lazarus.freepascal.org/OrphPort
I haven't tested it yet with the recent GTK2 patch. Thanks. -Phil -----Original Message----- From: Felipe Monteiro de Carvalho [mailto:[EMAIL PROTECTED] Sent: Thursday, September 13, 2007 7:44 AM To: [email protected] Subject: Re: [lazarus] Howto draw vertically oriented text in Canvas? I think the current method is using CreateFontIndirect from LCLIntf unit. This will create a font which you can assign to the canvas and then input text. One of the fields of the structure you pass to this function controls the rotation of the text. It is used just like the windows api of the same name. However, this only works currently with win32 (and possibly wince) and qt widgetsets. Someone sent a patch to implement it for gtk2 a few days ago if I am not mistaken. -- Felipe Monteiro de Carvalho _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
