modify graph ->font size -> bigger/smaller auto

HI,
The feature of the auto size font in the graph is great, as we can get (almost) same looking even if we change the window size.
However, I prefer bigger font size relative to the window (or entire graph) size.
If there is an option to select bigger/normal/smaller auto font size, it would be nice. Or if I can specify the relative font size in the same manner as in the annotation, it would be much nicer.
I can get the desired font size by setting the absolute font size, of course, but after that I cannot change the window size, because it results in the change of the font size relative to the window size. So, the setting the absolute font size is not solving my problem.
Look at the gfRelSize keyword in the documentation for ModifyGraph.

The help is somewhat vague. I find that commands like these make the text somewhat bigger:
ModifyGraph gfRelSize=5
ModifyGraph gfRelSize=7

Thanks a lot!
This is what I long for.


hrodstein wrote:
Look at the gfRelSize keyword in the documentation for ModifyGraph.

The help is somewhat vague. I find that commands like these make the text somewhat bigger:
ModifyGraph gfRelSize=5
ModifyGraph gfRelSize=7