In This Topic
Creates a font object that matches the properties specified by the LOGFONT structure.
Syntax
'Declaration
Public Function FromLogFont( _
ByVal As System.Object _
) As Font
public Font FromLogFont(
System.object
)
Parameters
- logFont
- A structure containing a GDI-compatible font description.
Return Value
a reference to a newly created
Font.
See Also