< prev index next >

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

Print this page

        

*** 463,479 **** */ protected byte[] getTableBytes(int tag) { return null; } - /* implemented for fonts backed by an sfnt that has - * OpenType or AAT layout tables. - */ - protected long getLayoutTableCache() { - return 0L; - } - /* Used only on OS X. */ protected long getPlatformNativeFontPtr() { return 0L; } --- 463,472 ----
< prev index next >