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