< prev index next >

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

Print this page

        

*** 78,88 **** protected boolean checkedNatives; protected boolean useNatives; protected NativeFont[] nativeFonts; protected char[] glyphToCharMap; /* ! * @throws FontFormatException - if the font can't be opened */ FileFont(String platname, Object nativeNames) throws FontFormatException { super(platname, nativeNames); --- 78,88 ---- protected boolean checkedNatives; protected boolean useNatives; protected NativeFont[] nativeFonts; protected char[] glyphToCharMap; /* ! * @throws FontFormatException if the font can't be opened */ FileFont(String platname, Object nativeNames) throws FontFormatException { super(platname, nativeNames);
< prev index next >