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

Print this page

        

@@ -83,6 +83,8 @@
             super.dispose();
         }
     }
 
     private native void freeNativeScalerContext(long pContext);
+
+    protected static native void removeGlyphInfoFromCache(long glyphInfo);
 }