home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &… the Search for Life CD 3 / 0_CD-ROM.iso / install / jre1_3 / lib / rt.jar / sun / awt / PlatformFont$PlatformFontCache.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  475 b   |  16 lines

  1. package sun.awt;
  2.  
  3. class PlatformFont$PlatformFontCache {
  4.    char uniChar;
  5.    FontDescriptor fontDescriptor;
  6.    byte encodingSize;
  7.    byte[] encoding;
  8.    // $FF: synthetic field
  9.    private final PlatformFont this$0;
  10.  
  11.    PlatformFont$PlatformFontCache(PlatformFont var1) {
  12.       this.this$0 = var1;
  13.       this.encoding = new byte[4];
  14.    }
  15. }
  16.