Gets the RTF font at the specified number within the font collection.
'Declaration
Public Function GetFontByNumber( _
ByVal As System.Integer _
) As RtfFont
public RtfFont GetFontByNumber(
System.int
)
Parameters
- number
- The font number.
Return Value
The RTF font if found, otherwise null.