Default font type in root

Hi,
I would like to change the default font in root. Not for the GUI, but for my Histogram, Graphs, etc. Including the text used for the legend, title and so on.
So far I found the defaults for some things:
gStyle->SetTitleFont(22,“x”);

and some more, but there are probably a lot of them.

Using:
gStyle->TAttText(11,0,1,22,0.06);
gStyle->SetTextFont(22);
didn’t help, too.

Isn’t there any way to change the default of the font type
Thanks for your help,
Michael

Currently you cannot set a global font (a shame).
We will add a facility to do this.
Meanwhile, you have to use the individual settings in your style.C script.

Rene

Hi,

thanks for the answer.
Since I have to change then the font types by hand, how can I change the font type of a histogram title?
Not interactive, but in a script.

Thanks,
Michael