2006-05-20  Sven de Marothy  <[EMAIL PROTECTED]>

        * java/awt/Font.java (getNumGlyphs): Call correct peer method.
        

Index: java/awt/Font.java
===================================================================
RCS file: /sources/classpath/classpath/java/awt/Font.java,v
retrieving revision 1.33
diff -U3 -r1.33 Font.java
--- java/awt/Font.java	3 Oct 2005 00:13:52 -0000	1.33
+++ java/awt/Font.java	20 May 2006 12:49:24 -0000
@@ -1013,7 +1013,7 @@
    */
   public int getNumGlyphs()
   {
-    return peer.getMissingGlyphCode(this);
+    return peer.getNumGlyphs(this);
   }
 
   /**

Reply via email to