/[classpath]/classpath/java/awt/font/OpenType.java
ViewVC logotype

Diff of /classpath/java/awt/font/OpenType.java

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

revision 1.3 by brawer, Tue Aug 12 05:29:54 2003 UTC revision 1.4 by mkoch, Sun Oct 12 13:53:38 2003 UTC
# Line 95  public interface OpenType Line 95  public interface OpenType
95    int TAG_VHEA = 1986553185;    int TAG_VHEA = 1986553185;
96    int TAG_VMTX = 1986884728;    int TAG_VMTX = 1986884728;
97        
98    public byte[] getFontTable (int sfntTag);    byte[] getFontTable (int sfntTag);
99        
100    public byte[] getFontTable (int sfntTag, int offset, int count);    byte[] getFontTable (int sfntTag, int offset, int count);
101        
102    public byte[] getFontTable (String strSfntTag);    byte[] getFontTable (String strSfntTag);
103        
104    public byte[] getFontTable (String strSfntTag, int offset, int count);    byte[] getFontTable (String strSfntTag, int offset, int count);
105        
106    public int getFontTableSize (int sfntTag);    int getFontTableSize (int sfntTag);
107        
108    public int getFontTableSize (String strSfntTag);    int getFontTableSize (String strSfntTag);
109        
110    public int getVersion ();    int getVersion ();
111  }  }

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