Font::ToLogFont Method (Object^)

 

Creates a GDI logical font (LOGFONT) structure from this Font.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
void ToLogFont(
	Object^ logFont
)

Parameters

logFont
Type: System::Object^

An Object to represent the LOGFONT structure that this method creates.

This method sets the logFont parameter to the results of the font conversion. For more information about logical fonts, see LOGFONT structure.

SecurityPermission

for access to unmanaged code. Related enumeration: UnmanagedCode

.NET Framework
Available since 1.1
Return to top
Show: