Re: [ROOT] Divide pad problem

From: Rene Brun (Rene.Brun@cern.ch)
Date: Tue Feb 24 2004 - 15:38:49 MET


Hi Maxim,

To get fonts that do not scale with the pad, use a font with precision 
3.
see: http://root.cern.ch/root/htmldoc/TAttText.html
eg, myobject.SetTextFont(63);  // default is 62, precision 2.
When specifying a font with precision 3, you must specify
the font size in pixels, eg myobject.SetTextSize(16);

Rene Brun

On Tue, 24 
Feb 2004, 
Maxim Nikulin wrote:

> Hi,
> 
> Olivier and Rene, the zones.C macro produces a plot with collapsed and 
> clipped labels. (ROOT-3.10/02, ROOT-4.00/02).
> 
> Are there any way to get equal label font sizes when a canvas contains a 
> wide pad and a narrow one? I've attached the zones2.C macro to make the 
> problem more clear.
> 
> 



This archive was generated by hypermail 2b29 : Sun Jan 02 2005 - 05:50:06 MET