Hi,
Is there anyway to rotate standard text (Say) on the screen?
Thanks,
Jeff Barnes
(FWH 16.11, xHarbour 1.2.3, Bcc730)
Jeff Barnes
(FWH 16.11, xHarbour 1.2.3, Bcc730)
Hi,
Is there anyway to rotate standard text (Say) on the screen?
Jeff,
In case that you meant to rotate a font, please review function FontRotate() and use in FWH\source\classes\tabs.prg
Another way
Define oFont the normal way
From that font you can derive rotated fonts :
oFont90 := oFont:Rotate( 900 )
Thanks Everyone.
I have that part working now. I ended up using the info from Otto's site.
