< prev index next >

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

Print this page

        

*** 39,49 **** public class NativeFont extends PhysicalFont { /** * Verifies native font is accessible. ! * @throws FontFormatException - if the font can't be located. */ public NativeFont(String platName, boolean isBitmapDelegate) throws FontFormatException { throw new FontFormatException("NativeFont not used on OS X"); --- 39,49 ---- public class NativeFont extends PhysicalFont { /** * Verifies native font is accessible. ! * @throws FontFormatException if the font can't be located. */ public NativeFont(String platName, boolean isBitmapDelegate) throws FontFormatException { throw new FontFormatException("NativeFont not used on OS X");
< prev index next >