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

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

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

revision 1.3 by mkoch, Sat Oct 2 07:53:47 2004 UTC revision 1.4 by mkoch, Fri Oct 8 21:41:41 2004 UTC
# Line 78  public class GdkGlyphVector extends Glyp Line 78  public class GdkGlyphVector extends Glyp
78    private Font font;    private Font font;
79    private FontRenderContext ctx;    private FontRenderContext ctx;
80            
81    private native void initState (GdkClasspathFontPeer peer, FontRenderContext ctx);    private native void initState (GdkFontPeer peer, FontRenderContext ctx);
82    private native void setChars (String s);    private native void setChars (String s);
83    private native void setGlyphCodes (int codes[]);    private native void setGlyphCodes (int codes[]);
84    private native void dispose ();    private native void dispose ();
# Line 117  public class GdkGlyphVector extends Glyp Line 117  public class GdkGlyphVector extends Glyp
117     */     */
118    
119    
120    public GdkGlyphVector (Font f, GdkClasspathFontPeer peer, FontRenderContext c, String s)    public GdkGlyphVector (Font f, GdkFontPeer peer, FontRenderContext c, String s)
121    {    {
122      font = f;      font = f;
123      ctx = c;      ctx = c;
# Line 125  public class GdkGlyphVector extends Glyp Line 125  public class GdkGlyphVector extends Glyp
125      setChars (s);      setChars (s);
126    }    }
127    
128    public GdkGlyphVector (Font f, GdkClasspathFontPeer peer, FontRenderContext c, int codes[])    public GdkGlyphVector (Font f, GdkFontPeer peer, FontRenderContext c, int codes[])
129    {    {
130      font = f;      font = f;
131      ctx = c;      ctx = c;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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