back again to non-Apple font rendering (cf. 4977324373f2);
authorwenzelm
Thu, 28 Oct 2010 15:06:47 +0200
changeset 40156 ac648bedd5dc
parent 40155 0b57e3d9bc62
child 40228 19cd739f4b0a
back again to non-Apple font rendering (cf. 4977324373f2);
src/Tools/jEdit/README
src/Tools/jEdit/dist-template/etc/settings
--- a/src/Tools/jEdit/README	Thu Oct 28 14:56:14 2010 +0200
+++ b/src/Tools/jEdit/README	Thu Oct 28 15:06:47 2010 +0200
@@ -55,6 +55,10 @@
   Linux, but probably also the deeper reason for the other oddities of
   Apple font management.
 
+- The native font renderer of -Dapple.awt.graphics.UseQuartz=true
+  fails to handle the infinitesimal font size of "hidden" text (e.g.
+  used in Isabelle sub/superscripts).
+
 
 Windows/Linux
 =============
--- a/src/Tools/jEdit/dist-template/etc/settings	Thu Oct 28 14:56:14 2010 +0200
+++ b/src/Tools/jEdit/dist-template/etc/settings	Thu Oct 28 15:06:47 2010 +0200
@@ -6,7 +6,7 @@
 JEDIT_OPTIONS="-reuseview -noserver -nobackground"
 JEDIT_JAVA_OPTIONS="-Xms128m -Xmx512m -Xss2m -Dactors.corePoolSize=4 -Dactors.enableForkJoin=false"
 #JEDIT_JAVA_OPTIONS="-server -Xms128m -Xmx1024m -Xss4m -Dactors.corePoolSize=8 -Dactors.enableForkJoin=false"
-JEDIT_SYSTEM_OPTIONS="-Dapple.awt.graphics.UseQuartz=true -Dapple.laf.useScreenMenuBar=true -Dcom.apple.mrj.application.apple.menu.about.name=Isabelle/jEdit"
+JEDIT_SYSTEM_OPTIONS="-Dapple.laf.useScreenMenuBar=true -Dcom.apple.mrj.application.apple.menu.about.name=Isabelle/jEdit"
 
 JEDIT_STYLE_SHEETS="$ISABELLE_HOME/lib/html/isabelle.css:$JEDIT_HOME/etc/isabelle-jedit.css:$ISABELLE_HOME_USER/etc/isabelle.css:$ISABELLE_HOME_USER/etc/isabelle-jedit.css"