size of text in TPaveLabel

From: Wolfgang Korsch (wkorsch@server1.pa.uky.edu)
Date: Fri Apr 03 1998 - 01:53:05 MEST


  Hi, 
   I try to print some text in my canvas using the following commands:
   
   sprintf(text," normalized Chisq: %f", chi2);
   TPaveLabel Chisq(1050,0.,1070,0.0005, text);
   Chisq.SetTextSize(0.2);
   Chisq.Draw();
   
   That seems to work fine, except that the TextSize doesn't change when
   I change the value in SetTextSize. It works fine, when I use
   
   TPaveLabel Chisq(1050,0.,1070,0.0005, "some text");
   
   How can I get around this?
   
   Thanks a lot.
   
   Wolfgang
   



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