Re: Font rendering problems on Mac OS X
Up one level
Re: Font rendering problems on Mac OS X
Posted by
jcrippen
at
2010-08-04 01:46
I think I figured out the basic problem. A post on Tor Norbye’s blog explains a similar problem with NetBeans. The solution is adding -Dapple.awt.graphics.UseQuartz=true to tell Java to use the Quartz renderer, which apparently has been disabled in Mac OS X 10.6 due to complaints about differences between appearance of Java apps on the Mac versus on other operating systems. I don’t think Elan users care too much about that.
The solution for Elan is apparently:
- Make sure Elan is not running.
- Right click (or Ctrl+click) on the “ELAN 3.9.0.app” file.
- Select “Show Package Contents”.
- In the new window, open the “Contents” folder
- Open the file “Info.plist” in your favorite text editor, or use the Property List Editor if you have the Apple developer tools (e.g. XCode) installed.
- In the section called “VMOptions”, beneath the line containing -Djava.library.path=lib/cocoa_qt/1.4:extensions:$java.library.path add the following:
- -Dapple.awt.graphics.UseQuartz=true
- Start Elan and if it breaks you get to keep both pieces.
Re: Re: Font rendering problems on Mac OS X
Posted by
hasloe
at
2010-08-04 11:35
Thanks for this information.
I think you're right with respect to the rendering problems of the diacritic(s); this is part of the Java implementation. I don't have the impression that the situation on Windows is much better.
-Han