ComponentOne InputPanel for WinForms
GetFont Method

C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace > StyleFontDelta Class : GetFont Method
Gets the font as a result of applying this 'delta' to the specified base font.
Syntax
'Declaration
 
Public Function GetFont( _
   ByVal baseFont As System.Drawing.Font, _
   Optional ByVal fontZoomFactor As System.Single _
) As System.Drawing.Font
public System.Drawing.Font GetFont( 
   System.Drawing.Font baseFont,
   System.float fontZoomFactor
)

Parameters

baseFont
fontZoomFactor
See Also

Reference

StyleFontDelta Class
StyleFontDelta Members