C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word.Objects Namespace / RtfFont Class / GetAproximateFont Method
The font size of drawing font.
The .NET drawing font style.

In This Topic
GetAproximateFont Method
In This Topic
Gets drawing aproximate font for this Word/RTF font.
Syntax
'Declaration
 
Public Function GetAproximateFont( _
   ByVal fontSize As Single, _
   ByVal style As RtfFontStyle _
) As Font
 

Parameters

fontSize
The font size of drawing font.
style
The .NET drawing font style.

Return Value

The .NET drawing font.
See Also