# HG changeset patch # User wenzelm # Date 1288271207 -7200 # Node ID ac648bedd5dca49cfcbef6ae12802cf7f82cfcf8 # Parent 0b57e3d9bc62b248a1b22b4fa0724127b8bbdd0e back again to non-Apple font rendering (cf. 4977324373f2); diff -r 0b57e3d9bc62 -r ac648bedd5dc src/Tools/jEdit/README --- 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 ============= diff -r 0b57e3d9bc62 -r ac648bedd5dc src/Tools/jEdit/dist-template/etc/settings --- 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"