[]
Gets the RTF font at the specified number within the font collection.
public RtfFont GetFontByNumber(int number)
| Type | Name | Description |
|---|---|---|
| int | number | The font number. |
| Type | Description |
|---|---|
| RtfFont | The RTF font if found, otherwise null. |