[Mono-bugs] [Bug 74761][Wis] Changed - gdiplus should handle missing font families gracefully.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 4 May 2005 18:29:54 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by dougpostman@yahoo.com.

http://bugzilla.ximian.com/show_bug.cgi?id=74761

--- shadow/74761	2005-05-04 15:30:44.000000000 -0400
+++ shadow/74761.tmp.18377	2005-05-04 18:29:54.000000000 -0400
@@ -75,6 +75,16 @@
 
 After doing this, I was able to run a simple winforms app.
 
 ------- Additional Comments From dougpostman@yahoo.com  2005-05-04 15:30 -------
 Do you know which directories or what you did to that file?  I have 
 added a bunch of font directories with no luck.  Thanks!
+
+------- Additional Comments From dougpostman@yahoo.com  2005-05-04 18:29 -------
+Changed the /usr/local/etc/fonts/fonts.conf and /etc/fonts/fonts.conf
+   Add the following in the fonts directory
+   <dir>/usr/share/gnome/fonts</dir>
+   <dir>/usr/sfw/share/ghostscript/fonts</dir>
+   <dir>/openwin/lib/X11/fonts</dir>
+Then do an fc_cache to reload fonts – WORKED!
+
+  Got a Windows Form running on solaris!