ToSystemDrawingFont Method
'Declaration
Public Function ToSystemDrawingFont( _
ByVal As Font, _
ByRef As System.Drawing.Font _
) As System.Boolean
public System.bool ToSystemDrawingFont(
Font ,
out System.Drawing.Font
)
Parameters
- d2dFont
- a Direct2D Font
- font
- a System.Drawing.Font
Return Value
true if the specified font object is part of the system font collection; otherwise, false.