'Declaration Public Function GetAproximateFont( _ ByVal fontSize As Single, _ ByVal style As RtfFontStyle _ ) As Font
public Font GetAproximateFont( float fontSize, RtfFontStyle style )
Parameters
- fontSize
 - The font size of drawing font.
 - style
 - The .NET drawing font style.
 
Return Value
The .NET drawing font.