When using dot to draw a graph, is there a way to specify the desired node label fontsize and a maximum width for the overall graph?
I tried with setting the graph size to "2.79,10000000" in order to have a image at most 2.79in wide. The default for nodes is set to a specific fontsize and a margin of "0.0,0.0".
When outputting this, dot produces a pdf that is 2.79in wide, but the fonts have been scaled down. If I correct the set fontsize by the factor my font was shrunk now, the output looks fine, i.e., my labels appear in the correct fontsize.
Is there a way to achieve the desired maximum width plus the fixed fontsize without having to manually correct the fontsize by a factor?