Font 'Times New Roman' does not support style 'Regular'
Asked Answered
O

3

14

Anybody hear of this one? System.ArgumentException: Font 'Times New Roman' does not support style 'Regular'.

I've got a WinForms app that is deployed via ClickOnce. For some reason a number of users are getting this error. I can see getting this error because of picking a non-standard font, but Times New Roman, Regular? Is there a service pack or something that people need?

I would love to hear from anybody that has figured out a solution to this problem.

Optative answered 7/8, 2009 at 17:1 Comment(0)
M
4

One solution that seems to work is moving the font file to another directory, then reinstalling it (as explained further in http://www.binaryfortress.com/Forum/index.php?topic=691.0)

Marcus answered 7/8, 2009 at 17:4 Comment(1)
Wow, thanks for the quick response! I was hoping for a simpler fix. Perhaps a click and go kind of solution.Optative
S
11

The link in the answer at binary fortress no longer works. I had this issue with "Font 'Arial' does not support style 'Regular'" after uninstalling software. Managed to fix by reinstalling the font from the windows font folder: Hit Start->Run c:\windows\fonts\arial.ttf

This brings up a window which has an install option at the top. Hit install.

Thank you to http://writeyouare.wordpress.com/2010/09/25/windows-7-fix-fonts-bold-italics/

Storax answered 21/12, 2011 at 8:53 Comment(1)
Yes, reinstalling the font resolved similar issue I had when trying to open log files in Log ExpertBunder
M
4

One solution that seems to work is moving the font file to another directory, then reinstalling it (as explained further in http://www.binaryfortress.com/Forum/index.php?topic=691.0)

Marcus answered 7/8, 2009 at 17:4 Comment(1)
Wow, thanks for the quick response! I was hoping for a simpler fix. Perhaps a click and go kind of solution.Optative
D
1

Re-installing the font worked for me. It seems some reorganization of some network folders triggered the problem because I had installed the font from that location and the registry was still pointing to the old location.

Devise answered 24/8, 2012 at 22:29 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.