Default Text size

Dear Rooters,

First off, thank you very much for the beautiful new “HOWTO” page - I couldn’t find what I needed on it, but its much easier to use.

To my question: I would like to make all of the text (labels, titles, etc) a fixed size for display in a document. For example, I would like all of the text in a graphic to end up equivalent to 10pt font or larger by the time I have inserted it into my paper.

Ideally, I would have a line like: “gStyle->SetTextSize(0.2)” or whatever at the head of my script and everything would be ok (assuming I get the .2 right for my particular use). Obviously this didn’t work for me. As I am doing many many figures, changing each text entry individually is really not possible.

Any advice you could give me would be greatly appreciated!

Thanks,

sam waldman

Never mind folks,

I found the combination of gStyle::SetTitleFontSize etc… that seem to get things to work. Unless someone has a better solution, I’ll just use these.

sam