Initializes a new Font object from the specified Font object and special style
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Function New( _
   ByVal  As Font, _
   ByVal  As System.Drawing.FontStyle _
)
             
        
            
            public Font( 
   Font ,
   System.Drawing.FontStyle 
)
             
        
             
        
            パラメータ
- font
 
- Special Font from which is used to create new font
 - style
 
- A System.Drawing.FontStyle indicate the special style
 
             
            
            
            
            
            
            
            
            
            
            
            
            参照