|
I have a RichTextBox on a form. I set the RichTextBox properties Font Name to "Arial", Size to "11" and the Unit is "Point".
Run the form and enter some text. Copy and past the text into Word or WordPad and the font is actually Arial 11.5, not Arial 11.
In Word or WordPad, creat some text with font Arial 11. Run the form with the RichTextBox and copy and paste the text from Word or WordPad intotextbox. Select and copy the text from the RichTextBox and paste back into Work or WordPad and the text is still Arial 11 so the RichTextBox can support the Arial 11 font.
How do I default the RichTextBox to Arial 11 and have it output Arial 11 in the Rtf, not Arial 11.5? |