NevronOpenVision
Nevron.Nov.UI Namespace / NUITheme Class / DefaultFont Method / DefaultFont(NThemeStyle,Double,ENFontStyle) Method
The theme style to which to add a font declaration.
Font size in points.
Optional font style.
DefaultFont(NThemeStyle,Double,ENFontStyle) Method
Applies a default font with the given size and font style.
Syntax
public void DefaultFont( 
   NThemeStyle style,
   System.double fontSize,
   ENFontStyle fontStyle
)

Parameters

style
The theme style to which to add a font declaration.
fontSize
Font size in points.
fontStyle
Optional font style.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also