C1.WPF.Word.4.6.2 Assembly / C1.WPF.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
 

Parameters

number
The font number.

Return Value

The RTF font if found, otherwise null.
See Also