SystemInformation.GetMenuFontForDpi(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the font used to display text on menus for use in changing the DPI for a given display device.
public:
static System::Drawing::Font ^ GetMenuFontForDpi(int dpi);
public static System.Drawing.Font GetMenuFontForDpi (int dpi);
static member GetMenuFontForDpi : int -> System.Drawing.Font
Public Shared Function GetMenuFontForDpi (dpi As Integer) As Font
Parameters
- dpi
- Int32
The DPI value for the current display device.
Returns
The Font used to display text on menus.