ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfFontCollection Class / GetFontByNumber Method
The font number.

In This Topic
    GetFontByNumber Method
    In This Topic
    Gets the RTF font at the specified number within the font collection.
    Syntax
    'Declaration
     
    Public Function GetFontByNumber( _
       ByVal number As Integer _
    ) As RtfFont
    public RtfFont GetFontByNumber( 
       int number
    )

    Parameters

    number
    The font number.

    Return Value

    The RTF font if found, otherwise null.
    See Also