Font.FromLogFont 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
Font 지정된 GDI 논리 글꼴(LOGFONT) 구조체에서 a를 만듭니다.
오버로드
| Name | Description |
|---|---|
| FromLogFont(LOGFONT, IntPtr) | |
| FromLogFont(Object, IntPtr) |
Font 지정된 GDI 논리 글꼴( |
| FromLogFont(LOGFONT) | |
| FromLogFont(Object) |
Font 지정된 GDI 논리 글꼴( |
FromLogFont(LOGFONT, IntPtr)
- Source:
- Font.cs
- Source:
- Font.cs
- Source:
- Font.cs
- Source:
- Font.cs
- Source:
- Font.cs
- Source:
- Font.cs
public:
static System::Drawing::Font ^ FromLogFont(System::Drawing::Interop::LOGFONT % logFont, IntPtr hdc);
public static System.Drawing.Font FromLogFont(in System.Drawing.Interop.LOGFONT logFont, IntPtr hdc);
static member FromLogFont : LOGFONT * nativeint -> System.Drawing.Font
Public Shared Function FromLogFont (ByRef logFont As LOGFONT, hdc As IntPtr) As Font
매개 변수
- logFont
- LOGFONT
- hdc
-
IntPtr
nativeint
반품
적용 대상
FromLogFont(Object, IntPtr)
- Source:
- Font.cs
- Source:
- Font.cs
- Source:
- Font.cs
- Source:
- Font.cs
- Source:
- Font.cs
- Source:
- Font.cs
- Source:
- Font.cs
- Source:
- Font.cs
Font 지정된 GDI 논리 글꼴(LOGFONT) 구조체에서 a를 만듭니다.
public:
static System::Drawing::Font ^ FromLogFont(System::Object ^ lf, IntPtr hdc);
public static System.Drawing.Font FromLogFont(object lf, IntPtr hdc);
static member FromLogFont : obj * nativeint -> System.Drawing.Font
Public Shared Function FromLogFont (lf As Object, hdc As IntPtr) As Font
매개 변수
- hdc
-
IntPtr
nativeint
구조에 대한 추가 정보를 포함하는 디바이스 컨텍스트에 대한 lf 핸들입니다.
반품
Font 이 메서드가 만드는 것입니다.
예외
글꼴이 TrueType 글꼴이 아닙니다.
설명
GDI LOGFONT또는 논리 글꼴은 특정 글꼴을 설명하는 14개의 속성을 포함하는 구조체입니다.
적용 대상
FromLogFont(LOGFONT)
- Source:
- Font.cs
- Source:
- Font.cs
- Source:
- Font.cs
- Source:
- Font.cs
- Source:
- Font.cs
- Source:
- Font.cs
public:
static System::Drawing::Font ^ FromLogFont(System::Drawing::Interop::LOGFONT % logFont);
public static System.Drawing.Font FromLogFont(in System.Drawing.Interop.LOGFONT logFont);
static member FromLogFont : LOGFONT -> System.Drawing.Font
Public Shared Function FromLogFont (ByRef logFont As LOGFONT) As Font
매개 변수
- logFont
- LOGFONT
반품
적용 대상
FromLogFont(Object)
- Source:
- Font.cs
- Source:
- Font.cs
- Source:
- Font.cs
- Source:
- Font.cs
- Source:
- Font.cs
- Source:
- Font.cs
- Source:
- Font.cs
- Source:
- Font.cs
Font 지정된 GDI 논리 글꼴(LOGFONT) 구조체에서 a를 만듭니다.
public:
static System::Drawing::Font ^ FromLogFont(System::Object ^ lf);
public static System.Drawing.Font FromLogFont(object lf);
static member FromLogFont : obj -> System.Drawing.Font
Public Shared Function FromLogFont (lf As Object) As Font
매개 변수
반품
Font 이 메서드가 만드는 것입니다.
설명
GDI LOGFONT또는 논리 글꼴은 특정 글꼴을 설명하는 14개의 속성을 포함하는 구조체입니다.