RichTextBox: When empty font definition is included in the RTF font table, an ArgumentNullException is thrown
When the rtf document contains a table as the one below and the empty declaration is used in the following structure, the document cannot be imported:
{\fonttbl
{\f0 Verdana;}
{\f1 Times New Roman;}
{\f2 ;}
{\f3 Segoe UI;}}