This is a migrated thread and some comments may be shown as answers.

Font Family issue with certain fonts

1 Answer 80 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
Doug Cvelbar
Top achievements
Rank 1
Doug Cvelbar asked on 28 May 2010, 04:08 PM

I have found that setting the font to  'Arial', 'Calibri', or 'Times New Roman' causes a flurry of exceptions that causes my app to crash. All other fonts I have work fine. I was able to make it work properly by changing the font family names to  'arial', 'calibri', and 'times new roman'. Why do I have to pass these all lower case? When the font name is not valid for the "ChangeFontFamily" function it should be more graceful. I tried putting in a try catch block and it did catch the exception and I was able to ignore that but the bad setting must setup a bad series of events because additional exceptions occur that bubble up in the interface and crash the application.

 

Any thoughts?

1 Answer, 1 is accepted

Sort by
0
Vesko
Telerik team
answered on 28 May 2010, 04:42 PM
Hello Doug Cvelbar,

Thanks for your feedback!
Indeed this is an issue which will be fixed for the upcoming Q1 SP2 release.

If there is anything else, which we can help you with, don't hesitate to ask.

Best wishes,
Vesko
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
RichTextBox
Asked by
Doug Cvelbar
Top achievements
Rank 1
Answers by
Vesko
Telerik team
Share this question
or