< prev index next >

src/java.desktop/share/classes/sun/font/Type1Font.java

Print this page
rev 59106 : imported patch client

@@ -166,11 +166,10 @@
      */
     public Type1Font(String platname, Object nativeNames, boolean createdCopy)
         throws FontFormatException {
         super(platname, nativeNames);
         fontRank = Font2D.TYPE1_RANK;
-        checkedNatives = true;
         try {
             verify();
         } catch (Throwable t) {
             if (createdCopy) {
                 T1DisposerRecord ref = new T1DisposerRecord(platname);
< prev index next >