Property DefaultGui
DefaultGui
Default font for user interface objects such as menus and dialog boxes. This is the same as Default.
public static Font DefaultGui { get; set; }
Property Value
Remarks
Note that with modern GUIs nothing guarantees that the same font is used for all GUI elements, so some controls might use a different font by default.