SystemInformation.GetMenuFontForDpi(Int32) 메서드

정의

지정된 디스플레이 디바이스의 DPI를 변경할 때 사용할 메뉴의 텍스트를 표시하는 데 사용되는 글꼴을 가져옵니다.

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

매개 변수

dpi
Int32

현재 디스플레이 디바이스의 DPI 값입니다.

반환

Font

메뉴에 텍스트를 표시하는 데 사용되는 Font입니다.

적용 대상