Windows Develop Bookmark and Share   
 index > Windows Forms Designer > RichTextBox font not displaying Arial 11, displays Arial 11.5
 

RichTextBox font not displaying Arial 11, displays Arial 11.5

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?
Ericag  Tuesday, March 31, 2009 3:10 PM
I have the exact same issue! Anybody out there know how to solve it? Thanks. Steven
swinston100  Friday, May 22, 2009 10:40 AM

You can use google to search for other answers

Custom Search

More Threads

• problem wid datagridcolumnstyle ... urgent
• Adding ListBox Control to a TreeView
• need help for BindingNavigator control
• edit subitems in listview control using ATL/WTL
• ModalDialogs, CollectionEditor and IServiceProvider
• programmatically setting the treeview scroll position
• Ensuring minimum size of UserControl
• scrolling message
• Non Rectangular Shapes
• Making Image Control "Hot" on MouseOver_Event