[]
        
(Showing Draft Content)

C1.Win.C1Themes.C1Theme.GetMergedFont

GetMergedFont Method

GetMergedFont(string, Font)

Gets a Font obtained by the merging of the default font and font specified by a path.

Declaration
public Font GetMergedFont(string path, Font defaultValue)
Parameters
Type Name Description
string path

The target path.

Font defaultValue

Specified font.

Returns
Type Description
Font

The font obtained by the merging of the and font specified by path.