Font::FromLogFont Method (Object^)
.NET Framework (current version)
Creates a Font from the specified GDI logical font (LOGFONT) structure.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- lf
-
Type:
System::Object^
An Object that represents the GDI LOGFONT structure from which to create the Font.
A GDI LOGFONT, or logical font, is a structure that contains 14 properties that describe a particular font. For more information, see "The Logical Font" in the Windows Development documentation at http://msdn.microsoft.com/library.
SecurityPermission
for access to unmanaged code. Related enumeration: UnmanagedCode
.NET Framework
Available since 1.1
Available since 1.1
Show: