ComponentOne Word for UWP
GetAproximateFont Method

C1.UWP.Word Assembly > C1.Xaml.Word.Objects Namespace > RtfFont Class : GetAproximateFont Method
The font size of drawing font.
The .NET drawing font style.
Gets drawing aproximate font for this Word/RTF font.
Syntax
'Declaration
 
Public Function GetAproximateFont( _
   ByVal fontSize As System.Single, _
   ByVal style As RtfFontStyle _
) As Font
public Font GetAproximateFont( 
   System.float fontSize,
   RtfFontStyle style
)

Parameters

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

Return Value

The .NET drawing font.
See Also

Reference

RtfFont Class
RtfFont Members