Is there a GetInfo for the current output font size? I've looked at the list and I see the GetInfo's for width and height, but I'm referring to the size that you choose in the output settings.
In other words, I want to do this:
WindowFont("window", "standard", GetInfo(20), (font size function would go here), false, false, false, false, 1, 0)
Which would give the miniwindow the same font as the output window. If not, an alternative method would also be good if anyone knows one.
In other words, I want to do this:
WindowFont("window", "standard", GetInfo(20), (font size function would go here), false, false, false, false, 1, 0)
Which would give the miniwindow the same font as the output window. If not, an alternative method would also be good if anyone knows one.