ComponentOne Themes for WinForms
GetMergedFont Method

C1.Win.C1Themes.4 Assembly > C1.Win.C1Themes Namespace > C1Theme Class : GetMergedFont Method
The target path.
Specified font.
Gets a System.Drawing.Font obtained by the merging of the default font and font specified by a path.
Syntax
'Declaration
 
Public Function GetMergedFont( _
   ByVal path As System.String, _
   ByVal defaultValue As System.Drawing.Font _
) As System.Drawing.Font
public System.Drawing.Font GetMergedFont( 
   System.string path,
   System.Drawing.Font defaultValue
)

Parameters

path
The target path.
defaultValue
Specified font.

Return Value

The font obtained by the merging of the %% and font specified by path.
See Also

Reference

C1Theme Class
C1Theme Members