Why Font Size clears all Bold formats in RichTextBox?

Using the following command removes all bold texts in the RichTextBox !!!

Code:
Richtext1.Font.Size = 16
If i do this command before bolding, the problem will be resolved. but the structure of my problem is different. it needs to change the font size after that

How to save the bold format?

Thank you