< prev index next >

src/java.desktop/unix/classes/sun/font/NativeFont.java

Print this page

        

*** 62,72 **** boolean isBitmapDelegate; PhysicalFont delegateFont; /** * Verifies native font is accessible. ! * @throws FontFormatException - if the font can't be located. */ public NativeFont(String platName, boolean bitmapDelegate) throws FontFormatException { super(platName, null); --- 62,72 ---- boolean isBitmapDelegate; PhysicalFont delegateFont; /** * Verifies native font is accessible. ! * @throws FontFormatException if the font can't be located. */ public NativeFont(String platName, boolean bitmapDelegate) throws FontFormatException { super(platName, null);
< prev index next >