ComponentOne Word for UWP
GetFontByNumber Method

C1.UWP.Word Assembly > C1.Xaml.Word.Objects Namespace > RtfFontCollection Class : GetFontByNumber Method
The font number.
Gets the RTF font at the specified number within the font collection.
Syntax
'Declaration
 
Public Function GetFontByNumber( _
   ByVal number As System.Integer _
) As RtfFont
public RtfFont GetFontByNumber( 
   System.int number
)

Parameters

number
The font number.

Return Value

The RTF font if found, otherwise null.
See Also

Reference

RtfFontCollection Class
RtfFontCollection Members