src/share/classes/sun/font/GlyphList.java

Print this page

        

@@ -260,11 +260,11 @@
         ensureCapacity(len);
         System.arraycopy(chars, off, chData, 0, len);
         return mapChars(info, len);
     }
 
-    private final boolean mapChars(FontInfo info, int len) {
+    private boolean mapChars(FontInfo info, int len) {
         /* REMIND.Is it worthwhile for the iteration to convert
          * chars to glyph ids to directly map to images?
          */
         if (info.font2D.getMapper().charsToGlyphsNS(len, chData, glyphData)) {
             return false;