'宣言
 
Public Function ToSystemDrawingFont( _
   ByVal  As Font, _
   ByRef  As System.Drawing.Font _
) As System.Boolean
             
        
            
            public System.bool ToSystemDrawingFont( 
   Font ,
   out System.Drawing.Font 
)
             
        
             
        
            パラメータ
- d2dFont
 
- a Direct2D Font
 - font
 
- a System.Drawing.Font
 
            
            戻り値の型
true if the specified font object is part of the system font collection; otherwise, false.