< prev index next >

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

Print this page

        

*** 159,169 **** /** * - does basic verification of the file * - reads the names (full, family). * - determines the style of the font. ! * @throws FontFormatException - if the font can't be opened * or fails verification, or there's no usable cmap */ public Type1Font(String platname, Object nativeNames, boolean createdCopy) throws FontFormatException { super(platname, nativeNames); --- 159,169 ---- /** * - does basic verification of the file * - reads the names (full, family). * - determines the style of the font. ! * @throws FontFormatException if the font can't be opened * or fails verification, or there's no usable cmap */ public Type1Font(String platname, Object nativeNames, boolean createdCopy) throws FontFormatException { super(platname, nativeNames);
< prev index next >