Amastaneh blog is a discussion site on software development, programming, algorithms, software architectures,software run-time errors and solutions from software engineers who love building great softwares.
June 25, 2012
Only TrueType fonts are supported
Error: Only TrueType fonts are supported. This is not a TrueType font. ArgumentException was unhandled by user code
Solution:
Add these lines before FontDialog ShowDialog fontDialog.AllowSimulations = false; fontDialog.AllowScriptChange = false;
No comments:
Post a Comment