< prev index next >

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

Print this page
rev 59106 : imported patch client

*** 166,176 **** */ 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); --- 166,175 ----
< prev index next >