Re: rotating TLatex

From: Rene Brun (Rene.Brun@cern.ch)
Date: Wed Jan 27 1999 - 19:32:19 MET


Thierry AUGER wrote:
> 
> Hi ROOTers,
> 
> Is it possible to rotate the resulting graphics of a TLatex object?
> Thanks in advance.
> 
> Thierry.

Hi Thierry,
Yes, this is possible. A TLatex object behaves like a TText.
It also derives from TAttText.
TLatex l(x,y,"some latex text");
l.SetTextAngle(45)
l.Draw();

Rene Brun



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:43:28 MET