jdk/src/java.desktop/unix/classes/sun/font/NativeFont.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 35667 ed476aba94de
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
   367         /* replace the 1 line above with the next line to get the 1.4.2
   367         /* replace the 1 line above with the next line to get the 1.4.2
   368          * behaviour
   368          * behaviour
   369          */
   369          */
   370 //      sb.replace(hPos[6]+1, hPos[7], "0");
   370 //      sb.replace(hPos[6]+1, hPos[7], "0");
   371 
   371 
   372         /* comment out this block to the the 1.4.2 behaviour */
   372         /* comment out this block to the 1.4.2 behaviour */
   373         if (hPos[0] == 0 && hPos[1] == 1) {
   373         if (hPos[0] == 0 && hPos[1] == 1) {
   374             /* null foundry name : some linux font configuration files have
   374             /* null foundry name : some linux font configuration files have
   375              * symbol font entries like this and its just plain wrong.
   375              * symbol font entries like this and its just plain wrong.
   376              * Replace with a wild card. (Although those fonts should be
   376              * Replace with a wild card. (Although those fonts should be
   377              * located via disk access rather than X11).
   377              * located via disk access rather than X11).