Hi,
Is there anyway to rotate standard text (Say) on the screen?
Rotate Text on Screen
- Jeff Barnes
- Posts: 933
- Joined: Sun Oct 09, 2005 1:05 pm
- Location: Ontario, Canada
- Contact:
- Antonio Linares
- Site Admin
- Posts: 42529
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 77 times
- Contact:
Re: Rotate Text on Screen
Jeff,
In case that you meant to rotate a font, please review function FontRotate() and use in FWH\source\classes\tabs.prg
In case that you meant to rotate a font, please review function FontRotate() and use in FWH\source\classes\tabs.prg
- nageswaragunupudi
- Posts: 10721
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Been thanked: 8 times
- Contact:
Re: Rotate Text on Screen
Another way
Define oFont the normal way
From that font you can derive rotated fonts :
oFont90 := oFont:Rotate( 900 )
Define oFont the normal way
From that font you can derive rotated fonts :
oFont90 := oFont:Rotate( 900 )
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
- Otto
- Posts: 6404
- Joined: Fri Oct 07, 2005 7:07 pm
- Has thanked: 24 times
- Been thanked: 2 times
- Contact:
Re: Rotate Text on Screen
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
- Jeff Barnes
- Posts: 933
- Joined: Sun Oct 09, 2005 1:05 pm
- Location: Ontario, Canada
- Contact:
Re: Rotate Text on Screen
Thanks Everyone.
I have that part working now. I ended up using the info from Otto's site.
I have that part working now. I ended up using the info from Otto's site.
Thanks,
Jeff Barnes
(FWH 16.11, xHarbour 1.2.3, Bcc730)
Jeff Barnes
(FWH 16.11, xHarbour 1.2.3, Bcc730)
Re: Rotate Text on Screen
Hello Jeff,
I don't know, if You need maybe painting vertical text.
It is not possible with the normal < rotate >
The position of the Char's must be calculated.
![Image](http://www.pflegeplus.com/pictures/vertical5.jpg)
Regards
Uwe![Laughing :lol:](./images/smilies/icon_lol.gif)
I don't know, if You need maybe painting vertical text.
It is not possible with the normal < rotate >
The position of the Char's must be calculated.
![Image](http://www.pflegeplus.com/pictures/vertical5.jpg)
Regards
Uwe
![Laughing :lol:](./images/smilies/icon_lol.gif)
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.