TText *t = new TText(.5,.5,"Hello World !");
t->SetTextSize(40);
I would like to know something more about the function SetTextSize. However at root.cern.ch I don’t see this function neither as a method of TText nor TAttText.
but it does not appear in the list of public methods, @couet does this happen because there is no doxygen documentation associated with it? Shouldn’t it appear anyway?
It is because of the doxygen version used to build the doc. 1.8.17 is used and does not show the doc for SetTextSize. If locally, on my machine, I use 1.8.18 then I see it (if I use 1.8.17 locally it does not show either). Doxygen needs to be updated on the machine used to build the doc.