Grasshopper panel font size - global change?

I have a definition with a bunch of panels where the fonts seem to have gotten too large - or this might be something that changed over time as this definition is rather old.

I tried right clicking on one panel, changing the size to what I want - then again using Adjust Defaults> Make Font Default, but that didn’t do it for the rest of the panels… How to do this globally?

This old script might help get you started:


200817_DecreaseOrIncreasePanelFontSizes_00.gh (5.0 KB)

If I recall, it throws a warning at first due to the sloppy ExpireSolution implementation. And it doesn’t allow one to explicitly set the font size. Though that should be a trivial update I suspect.

OK, thanks, looks like GH for V8 has a third setting for all panels that GH for V7 does not.

There we go, explicitly setting the font type and size:


240112_SetPanelsFontNameSize_00.gh (5.2 KB)

1 Like

Tremendous. Thank you for this.

1 Like