'Declaration
Public Sub Merge( _ ByVal belowFont As Font, _ ByVal mergeStyle As Boolean _ )
'Usage
Dim instance As Font Dim belowFont As Font Dim mergeStyle As Boolean instance.Merge(belowFont, mergeStyle)
public void Merge( Font belowFont, bool mergeStyle )
Parameters
- belowFont
- The font that suspose to have lower priority than the current font.
- mergeStyle
true
indicates that the font style will be merged; otherwise,false
.