<div>Hi</div>
<div>&nbsp;</div>
<div>I have one query to rotate the text in label in delphi 5</div>
<div>&nbsp;</div>
<div>anyone have any ideas how to do it</div>
<div>&nbsp;</div>
<div>i have used to following code&nbsp; but dint helped me</div>
<div>&nbsp;</div><font face="Mono3Quark-Regular" size="1">
<p></p></font><font face="Mono3Quark-Regular" size="1"><font style="BACKGROUND-COLOR: #ffffff"><br><font face="arial,sans-serif" size="2">var<br>&nbsp; ALogFont: TLogFont;<br>&nbsp; hFont: THandle;<br>begin<br>&nbsp;&nbsp; ALogFont.lfHeight := Font.Height;<br>
&nbsp;&nbsp; ALogFont.lfEscapement := 900;<br>&nbsp;&nbsp; ALogFont.lfOrientation := 900;<br>&nbsp;&nbsp; hFont := CreateFontIndirect (ALogFont);<br>&nbsp;&nbsp; Label1.Canvas.Font.Handle :=hFont;<br>&nbsp;&nbsp; Label1.Canvas.TextOut(1,1 ,&#39;hello&#39;);</font></font>
<div></div></font>regards
<div>Vikas<br clear="all"><br>-- <br>&nbsp;&nbsp;vikas </div>