/[classpath]/classpath/gnu/java/awt/peer/gtk/GdkGraphics.java
ViewVC logotype

Diff of /classpath/gnu/java/awt/peer/gtk/GdkGraphics.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22 by mkoch, Wed Jul 9 10:25:34 2003 UTC revision 1.23 by fitzsim, Fri Aug 22 20:41:58 2003 UTC
# Line 215  public class GdkGraphics extends Graphic Line 215  public class GdkGraphics extends Graphic
215    native void drawString (String str, int x, int y, String fname, int size);    native void drawString (String str, int x, int y, String fname, int size);
216    public void drawString (String str, int x, int y)    public void drawString (String str, int x, int y)
217    {    {
218      drawString (str, x, y,      drawString (str, x, y, font.getName(), font.getSize());
                 ((GtkFontPeer)font.getPeer ()).getXLFD (), font.getSize ());  
219    }    }
220    
221    public void drawString (AttributedCharacterIterator ci, int x, int y)    public void drawString (AttributedCharacterIterator ci, int x, int y)

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26