Spread Windows Forms 12.0 Product Documentation
Font Constructor(Font,String)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Font Structure > Font Constructor : Font Constructor(Font,String)
The existing Font from which to create the new Font.
A string value indicates the face name of this Font.
Initializes a new instance of the Font struct that uses the specified existing Font and new font face name.
Syntax
'Declaration
 
Public Function New( _
   ByVal prototype As Font, _
   ByVal name As String _
)
'Usage
 
Dim prototype As Font
Dim name As String
 
Dim instance As New Font(prototype, name)
public Font( 
   Font prototype,
   string name
)

Parameters

prototype
The existing Font from which to create the new Font.
name
A string value indicates the face name of this Font.
See Also

Reference

Font Structure
Font Members
Overload List