src/macosx/classes/sun/font/CStrikeDisposer.java

Print this page

        

*** 83,88 **** --- 83,90 ---- super.dispose(); } } private native void freeNativeScalerContext(long pContext); + + protected static native void removeGlyphInfoFromCache(long glyphInfo); }