ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.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
    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.
    See Also