Font.FromLogFont Methode

Definition

Erstellt eine Font aus der angegebenen logischen GDI-Schriftart (LOGFONT)-Struktur.

Überlädt

FromLogFont(LOGFONT, IntPtr)
FromLogFont(Object, IntPtr)

Erstellt eine Font aus der angegebenen logischen GDI-Schriftart (LOGFONT)-Struktur.

FromLogFont(LOGFONT)
FromLogFont(Object)

Erstellt eine Font aus der angegebenen logischen GDI-Schriftart (LOGFONT)-Struktur.

FromLogFont(LOGFONT, IntPtr)

Quelle:
Font.cs
Quelle:
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

Parameter

logFont
LOGFONT
hdc
IntPtr

nativeint

Gibt zurück

Gilt für:

FromLogFont(Object, IntPtr)

Quelle:
Font.cs
Quelle:
Font.cs
Quelle:
Font.cs

Erstellt eine Font aus der angegebenen logischen GDI-Schriftart (LOGFONT)-Struktur.

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

Parameter

lf
Object

Ein Object , das die GDI-Struktur LOGFONT darstellt, aus der die Fonterstellt werden soll.

hdc
IntPtr

nativeint

Ein Handle für einen Gerätekontext, der zusätzliche Informationen über die lf-Struktur enthält.

Gibt zurück

Die Font, die von dieser Methode erstellt wird.

Ausnahmen

Die Schriftart ist keine TrueType-Schriftart.

Hinweise

Eine GDI LOGFONToder logische Schriftart ist eine Struktur, die 14 Eigenschaften enthält, die eine bestimmte Schriftart beschreiben.

Gilt für:

FromLogFont(LOGFONT)

Quelle:
Font.cs
Quelle:
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

Parameter

logFont
LOGFONT

Gibt zurück

Gilt für:

FromLogFont(Object)

Quelle:
Font.cs
Quelle:
Font.cs
Quelle:
Font.cs

Erstellt eine Font aus der angegebenen logischen GDI-Schriftart (LOGFONT)-Struktur.

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

Parameter

lf
Object

Ein Object , das die GDI-Struktur LOGFONT darstellt, aus der die Fonterstellt werden soll.

Gibt zurück

Die Font, die von dieser Methode erstellt wird.

Hinweise

Eine GDI LOGFONToder logische Schriftart ist eine Struktur, die 14 Eigenschaften enthält, die eine bestimmte Schriftart beschreiben.

Gilt für: