public class sun.font.FontFamily
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.font.FontFamily
  super_class: java.lang.Object
{
  private static java.util.concurrent.ConcurrentHashMap<java.lang.String, sun.font.FontFamily> familyNameMap;
    descriptor: Ljava/util/concurrent/ConcurrentHashMap;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Signature: Ljava/util/concurrent/ConcurrentHashMap<Ljava/lang/String;Lsun/font/FontFamily;>;

  private static java.util.HashMap<java.lang.String, sun.font.FontFamily> allLocaleNames;
    descriptor: Ljava/util/HashMap;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Signature: Ljava/util/HashMap<Ljava/lang/String;Lsun/font/FontFamily;>;

  protected java.lang.String familyName;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected sun.font.Font2D plain;
    descriptor: Lsun/font/Font2D;
    flags: (0x0004) ACC_PROTECTED

  protected sun.font.Font2D bold;
    descriptor: Lsun/font/Font2D;
    flags: (0x0004) ACC_PROTECTED

  protected sun.font.Font2D italic;
    descriptor: Lsun/font/Font2D;
    flags: (0x0004) ACC_PROTECTED

  protected sun.font.Font2D bolditalic;
    descriptor: Lsun/font/Font2D;
    flags: (0x0004) ACC_PROTECTED

  protected boolean logicalFont;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected int familyRank;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  private int familyWidth;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 39
            new java.util.concurrent.ConcurrentHashMap
            dup
            invokespecial java.util.concurrent.ConcurrentHashMap.<init>:()V
            putstatic sun.font.FontFamily.familyNameMap:Ljava/util/concurrent/ConcurrentHashMap;
         1: .line 40
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static sun.font.FontFamily getFamily(java.lang.String);
    descriptor: (Ljava/lang/String;)Lsun/font/FontFamily;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.String name
         0: .line 51
            getstatic sun.font.FontFamily.familyNameMap:Ljava/util/concurrent/ConcurrentHashMap;
            aload 0 /* name */
            getstatic java.util.Locale.ENGLISH:Ljava/util/Locale;
            invokevirtual java.lang.String.toLowerCase:(Ljava/util/Locale;)Ljava/lang/String;
            invokevirtual java.util.concurrent.ConcurrentHashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.font.FontFamily
            areturn
        end local 0 // java.lang.String name
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public static java.lang.String[] getAllFamilyNames();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 55
            aconst_null
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static void remove(sun.font.Font2D);
    descriptor: (Lsun/font/Font2D;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.font.Font2D font2D
         0: .line 64
            aload 0 /* font2D */
            getstatic java.util.Locale.ENGLISH:Ljava/util/Locale;
            invokevirtual sun.font.Font2D.getFamilyName:(Ljava/util/Locale;)Ljava/lang/String;
            astore 1 /* name */
        start local 1 // java.lang.String name
         1: .line 65
            aload 1 /* name */
            invokestatic sun.font.FontFamily.getFamily:(Ljava/lang/String;)Lsun/font/FontFamily;
            astore 2 /* family */
        start local 2 // sun.font.FontFamily family
         2: .line 66
            aload 2 /* family */
            ifnonnull 4
         3: .line 67
            return
         4: .line 69
      StackMap locals: java.lang.String sun.font.FontFamily
      StackMap stack:
            aload 2 /* family */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            aload 0 /* font2D */
            if_acmpne 6
         5: .line 70
            aload 2 /* family */
            aconst_null
            putfield sun.font.FontFamily.plain:Lsun/font/Font2D;
         6: .line 72
      StackMap locals:
      StackMap stack:
            aload 2 /* family */
            getfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            aload 0 /* font2D */
            if_acmpne 8
         7: .line 73
            aload 2 /* family */
            aconst_null
            putfield sun.font.FontFamily.bold:Lsun/font/Font2D;
         8: .line 75
      StackMap locals:
      StackMap stack:
            aload 2 /* family */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            aload 0 /* font2D */
            if_acmpne 10
         9: .line 76
            aload 2 /* family */
            aconst_null
            putfield sun.font.FontFamily.italic:Lsun/font/Font2D;
        10: .line 78
      StackMap locals:
      StackMap stack:
            aload 2 /* family */
            getfield sun.font.FontFamily.bolditalic:Lsun/font/Font2D;
            aload 0 /* font2D */
            if_acmpne 12
        11: .line 79
            aload 2 /* family */
            aconst_null
            putfield sun.font.FontFamily.bolditalic:Lsun/font/Font2D;
        12: .line 81
      StackMap locals:
      StackMap stack:
            aload 2 /* family */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            ifnonnull 15
            aload 2 /* family */
            getfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            ifnonnull 15
        13: .line 82
            aload 2 /* family */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            ifnonnull 15
            aload 2 /* family */
            getfield sun.font.FontFamily.bolditalic:Lsun/font/Font2D;
            ifnonnull 15
        14: .line 83
            getstatic sun.font.FontFamily.familyNameMap:Ljava/util/concurrent/ConcurrentHashMap;
            aload 1 /* name */
            invokevirtual java.util.concurrent.ConcurrentHashMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        15: .line 85
      StackMap locals:
      StackMap stack:
            return
        end local 2 // sun.font.FontFamily family
        end local 1 // java.lang.String name
        end local 0 // sun.font.Font2D font2D
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   16     0  font2D  Lsun/font/Font2D;
            1   16     1    name  Ljava/lang/String;
            2   16     2  family  Lsun/font/FontFamily;
    MethodParameters:
        Name  Flags
      font2D  

  public void <init>(java.lang.String, boolean, int);
    descriptor: (Ljava/lang/String;ZI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // sun.font.FontFamily this
        start local 1 // java.lang.String name
        start local 2 // boolean isLogFont
        start local 3 // int rank
         0: .line 87
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 47
            aload 0 /* this */
            iconst_0
            putfield sun.font.FontFamily.logicalFont:Z
         2: .line 166
            aload 0 /* this */
            iconst_0
            putfield sun.font.FontFamily.familyWidth:I
         3: .line 88
            aload 0 /* this */
            iload 2 /* isLogFont */
            putfield sun.font.FontFamily.logicalFont:Z
         4: .line 89
            aload 0 /* this */
            aload 1 /* name */
            putfield sun.font.FontFamily.familyName:Ljava/lang/String;
         5: .line 90
            aload 0 /* this */
            iload 3 /* rank */
            putfield sun.font.FontFamily.familyRank:I
         6: .line 91
            getstatic sun.font.FontFamily.familyNameMap:Ljava/util/concurrent/ConcurrentHashMap;
            aload 1 /* name */
            getstatic java.util.Locale.ENGLISH:Ljava/util/Locale;
            invokevirtual java.lang.String.toLowerCase:(Ljava/util/Locale;)Ljava/lang/String;
            aload 0 /* this */
            invokevirtual java.util.concurrent.ConcurrentHashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         7: .line 92
            return
        end local 3 // int rank
        end local 2 // boolean isLogFont
        end local 1 // java.lang.String name
        end local 0 // sun.font.FontFamily this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lsun/font/FontFamily;
            0    8     1       name  Ljava/lang/String;
            0    8     2  isLogFont  Z
            0    8     3       rank  I
    MethodParameters:
           Name  Flags
      name       
      isLogFont  
      rank       

  void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.font.FontFamily this
        start local 1 // java.lang.String name
         0: .line 97
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 47
            aload 0 /* this */
            iconst_0
            putfield sun.font.FontFamily.logicalFont:Z
         2: .line 166
            aload 0 /* this */
            iconst_0
            putfield sun.font.FontFamily.familyWidth:I
         3: .line 98
            aload 0 /* this */
            iconst_0
            putfield sun.font.FontFamily.logicalFont:Z
         4: .line 99
            aload 0 /* this */
            aload 1 /* name */
            putfield sun.font.FontFamily.familyName:Ljava/lang/String;
         5: .line 100
            aload 0 /* this */
            iconst_4
            putfield sun.font.FontFamily.familyRank:I
         6: .line 101
            return
        end local 1 // java.lang.String name
        end local 0 // sun.font.FontFamily this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/font/FontFamily;
            0    7     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public java.lang.String getFamilyName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.font.FontFamily this
         0: .line 104
            aload 0 /* this */
            getfield sun.font.FontFamily.familyName:Ljava/lang/String;
            areturn
        end local 0 // sun.font.FontFamily this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/FontFamily;

  public int getRank();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.font.FontFamily this
         0: .line 108
            aload 0 /* this */
            getfield sun.font.FontFamily.familyRank:I
            ireturn
        end local 0 // sun.font.FontFamily this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/FontFamily;

  private boolean isFromSameSource(sun.font.Font2D);
    descriptor: (Lsun/font/Font2D;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // sun.font.FontFamily this
        start local 1 // sun.font.Font2D font
         0: .line 112
            aload 1 /* font */
            instanceof sun.font.FileFont
            ifne 2
         1: .line 113
            iconst_0
            ireturn
         2: .line 116
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 2 /* existingFont */
        start local 2 // sun.font.FileFont existingFont
         3: .line 117
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            instanceof sun.font.FileFont
            ifeq 6
         4: .line 118
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            checkcast sun.font.FileFont
            astore 2 /* existingFont */
         5: .line 119
            goto 14
      StackMap locals: sun.font.FileFont
      StackMap stack:
         6: aload 0 /* this */
            getfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            instanceof sun.font.FileFont
            ifeq 9
         7: .line 120
            aload 0 /* this */
            getfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            checkcast sun.font.FileFont
            astore 2 /* existingFont */
         8: .line 121
            goto 14
      StackMap locals:
      StackMap stack:
         9: aload 0 /* this */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            instanceof sun.font.FileFont
            ifeq 12
        10: .line 122
            aload 0 /* this */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            checkcast sun.font.FileFont
            astore 2 /* existingFont */
        11: .line 123
            goto 14
      StackMap locals:
      StackMap stack:
        12: aload 0 /* this */
            getfield sun.font.FontFamily.bolditalic:Lsun/font/Font2D;
            instanceof sun.font.FileFont
            ifeq 14
        13: .line 124
            aload 0 /* this */
            getfield sun.font.FontFamily.bolditalic:Lsun/font/Font2D;
            checkcast sun.font.FileFont
            astore 2 /* existingFont */
        14: .line 129
      StackMap locals:
      StackMap stack:
            aload 2 /* existingFont */
            ifnonnull 16
        15: .line 130
            iconst_0
            ireturn
        16: .line 132
      StackMap locals:
      StackMap stack:
            new java.io.File
            dup
            aload 2 /* existingFont */
            getfield sun.font.FileFont.platName:Ljava/lang/String;
            invokespecial java.io.File.<init>:(Ljava/lang/String;)V
            invokevirtual java.io.File.getParentFile:()Ljava/io/File;
            astore 3 /* existDir */
        start local 3 // java.io.File existDir
        17: .line 134
            aload 1 /* font */
            checkcast sun.font.FileFont
            astore 4 /* newFont */
        start local 4 // sun.font.FileFont newFont
        18: .line 135
            new java.io.File
            dup
            aload 4 /* newFont */
            getfield sun.font.FileFont.platName:Ljava/lang/String;
            invokespecial java.io.File.<init>:(Ljava/lang/String;)V
            invokevirtual java.io.File.getParentFile:()Ljava/io/File;
            astore 5 /* newDir */
        start local 5 // java.io.File newDir
        19: .line 136
            aload 3 /* existDir */
            ifnull 23
        20: .line 138
            aload 3 /* existDir */
            invokevirtual java.io.File.getCanonicalFile:()Ljava/io/File;
            astore 3 /* existDir */
        21: .line 139
            goto 23
      StackMap locals: sun.font.FontFamily sun.font.Font2D sun.font.FileFont java.io.File sun.font.FileFont java.io.File
      StackMap stack: java.io.IOException
        22: pop
        23: .line 141
      StackMap locals:
      StackMap stack:
            aload 5 /* newDir */
            ifnull 27
        24: .line 143
            aload 5 /* newDir */
            invokevirtual java.io.File.getCanonicalFile:()Ljava/io/File;
            astore 5 /* newDir */
        25: .line 144
            goto 27
      StackMap locals:
      StackMap stack: java.io.IOException
        26: pop
        27: .line 146
      StackMap locals:
      StackMap stack:
            aload 5 /* newDir */
            aload 3 /* existDir */
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ireturn
        end local 5 // java.io.File newDir
        end local 4 // sun.font.FileFont newFont
        end local 3 // java.io.File existDir
        end local 2 // sun.font.FileFont existingFont
        end local 1 // sun.font.Font2D font
        end local 0 // sun.font.FontFamily this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   28     0          this  Lsun/font/FontFamily;
            0   28     1          font  Lsun/font/Font2D;
            3   28     2  existingFont  Lsun/font/FileFont;
           17   28     3      existDir  Ljava/io/File;
           18   28     4       newFont  Lsun/font/FileFont;
           19   28     5        newDir  Ljava/io/File;
      Exception table:
        from    to  target  type
          20    21      22  Class java.io.IOException
          24    25      26  Class java.io.IOException
    MethodParameters:
      Name  Flags
      font  

  private boolean preferredWidth(sun.font.Font2D);
    descriptor: (Lsun/font/Font2D;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // sun.font.FontFamily this
        start local 1 // sun.font.Font2D font
         0: .line 169
            aload 1 /* font */
            invokevirtual sun.font.Font2D.getWidth:()I
            istore 2 /* newWidth */
        start local 2 // int newWidth
         1: .line 171
            aload 0 /* this */
            getfield sun.font.FontFamily.familyWidth:I
            ifne 4
         2: .line 172
            aload 0 /* this */
            iload 2 /* newWidth */
            putfield sun.font.FontFamily.familyWidth:I
         3: .line 173
            iconst_1
            ireturn
         4: .line 176
      StackMap locals: int
      StackMap stack:
            iload 2 /* newWidth */
            aload 0 /* this */
            getfield sun.font.FontFamily.familyWidth:I
            if_icmpne 6
         5: .line 177
            iconst_1
            ireturn
         6: .line 180
      StackMap locals:
      StackMap stack:
            iconst_5
            iload 2 /* newWidth */
            isub
            invokestatic java.lang.Math.abs:(I)I
         7: .line 181
            iconst_5
            aload 0 /* this */
            getfield sun.font.FontFamily.familyWidth:I
            isub
            invokestatic java.lang.Math.abs:(I)I
            if_icmpge 18
         8: .line 183
            invokestatic sun.font.FontUtilities.debugFonts:()Z
            ifeq 15
         9: .line 185
            new java.lang.StringBuilder
            dup
            ldc "Found more preferred width. New width = "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* newWidth */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        10: .line 186
            ldc " Old width = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.font.FontFamily.familyWidth:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " in font "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* font */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        11: .line 187
            ldc " nulling out fonts plain: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " bold: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        12: .line 188
            ldc " italic: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " bolditalic: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.font.FontFamily.bolditalic:Lsun/font/Font2D;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        13: .line 185
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        14: .line 184
            invokestatic sun.font.FontUtilities.logInfo:(Ljava/lang/String;)V
        15: .line 190
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* newWidth */
            putfield sun.font.FontFamily.familyWidth:I
        16: .line 191
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            aconst_null
            dup_x1
            putfield sun.font.FontFamily.bolditalic:Lsun/font/Font2D;
            dup_x1
            putfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            dup_x1
            putfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            putfield sun.font.FontFamily.plain:Lsun/font/Font2D;
        17: .line 192
            iconst_1
            ireturn
        18: .line 193
      StackMap locals:
      StackMap stack:
            invokestatic sun.font.FontUtilities.debugFonts:()Z
            ifeq 23
        19: .line 195
            new java.lang.StringBuilder
            dup
            ldc "Family rejecting font "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* font */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        20: .line 196
            ldc " of less preferred width "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 2 /* newWidth */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        21: .line 195
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        22: .line 194
            invokestatic sun.font.FontUtilities.logInfo:(Ljava/lang/String;)V
        23: .line 198
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // int newWidth
        end local 1 // sun.font.Font2D font
        end local 0 // sun.font.FontFamily this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   24     0      this  Lsun/font/FontFamily;
            0   24     1      font  Lsun/font/Font2D;
            1   24     2  newWidth  I
    MethodParameters:
      Name  Flags
      font  

  private boolean closerWeight(sun.font.Font2D, sun.font.Font2D, int);
    descriptor: (Lsun/font/Font2D;Lsun/font/Font2D;I)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // sun.font.FontFamily this
        start local 1 // sun.font.Font2D currFont
        start local 2 // sun.font.Font2D font
        start local 3 // int style
         0: .line 202
            aload 0 /* this */
            getfield sun.font.FontFamily.familyWidth:I
            aload 2 /* font */
            invokevirtual sun.font.Font2D.getWidth:()I
            if_icmpeq 2
         1: .line 203
            iconst_0
            ireturn
         2: .line 206
      StackMap locals:
      StackMap stack:
            aload 1 /* currFont */
            ifnonnull 4
         3: .line 207
            iconst_1
            ireturn
         4: .line 210
      StackMap locals:
      StackMap stack:
            invokestatic sun.font.FontUtilities.debugFonts:()Z
            ifeq 10
         5: .line 212
            new java.lang.StringBuilder
            dup
            ldc "New weight for style "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 3 /* style */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ". Curr.font="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* currFont */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         6: .line 213
            ldc " New font="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* font */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " Curr.weight="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* currFont */
            invokevirtual sun.font.Font2D.getWeight:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         7: .line 214
            ldc " New weight="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* font */
            invokevirtual sun.font.Font2D.getWeight:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         8: .line 212
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         9: .line 211
            invokestatic sun.font.FontUtilities.logInfo:(Ljava/lang/String;)V
        10: .line 217
      StackMap locals:
      StackMap stack:
            aload 2 /* font */
            invokevirtual sun.font.Font2D.getWeight:()I
            istore 4 /* newWeight */
        start local 4 // int newWeight
        11: .line 218
            iload 3 /* style */
            tableswitch { // 0 - 3
                    0: 12
                    1: 16
                    2: 12
                    3: 16
              default: 20
          }
        12: .line 221
      StackMap locals: int
      StackMap stack:
            iload 4 /* newWeight */
            sipush 400
            if_icmpgt 15
        13: .line 222
            iload 4 /* newWeight */
            aload 1 /* currFont */
            invokevirtual sun.font.Font2D.getWeight:()I
        14: .line 221
            if_icmple 15
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        15: iconst_0
            ireturn
        16: .line 226
      StackMap locals:
      StackMap stack:
            iload 4 /* newWeight */
            sipush 700
            isub
            invokestatic java.lang.Math.abs:(I)I
        17: .line 227
            aload 1 /* currFont */
            invokevirtual sun.font.Font2D.getWeight:()I
            sipush 700
            isub
            invokestatic java.lang.Math.abs:(I)I
        18: .line 226
            if_icmpge 19
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        19: iconst_0
            ireturn
        20: .line 230
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 4 // int newWeight
        end local 3 // int style
        end local 2 // sun.font.Font2D font
        end local 1 // sun.font.Font2D currFont
        end local 0 // sun.font.FontFamily this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   21     0       this  Lsun/font/FontFamily;
            0   21     1   currFont  Lsun/font/Font2D;
            0   21     2       font  Lsun/font/Font2D;
            0   21     3      style  I
           11   21     4  newWeight  I
    MethodParameters:
          Name  Flags
      currFont  
      font      
      style     

  public void setFont(sun.font.Font2D, int);
    descriptor: (Lsun/font/Font2D;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // sun.font.FontFamily this
        start local 1 // sun.font.Font2D font
        start local 2 // int style
         0: .line 236
            invokestatic sun.font.FontUtilities.isLogging:()Z
            ifeq 10
         1: .line 238
            aload 1 /* font */
            instanceof sun.font.CompositeFont
            ifeq 6
         2: .line 239
            new java.lang.StringBuilder
            dup
            ldc "Request to add "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* font */
            aconst_null
            invokevirtual sun.font.Font2D.getFamilyName:(Ljava/util/Locale;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         3: .line 240
            ldc " with style "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 2 /* style */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " to family "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.font.FontFamily.familyName:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         4: .line 239
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 3 /* msg */
        start local 3 // java.lang.String msg
         5: .line 241
            goto 9
        end local 3 // java.lang.String msg
         6: .line 242
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            ldc "Request to add "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* font */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         7: .line 243
            ldc " with style "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 2 /* style */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " to family "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         8: .line 242
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 3 /* msg */
        start local 3 // java.lang.String msg
         9: .line 245
      StackMap locals: java.lang.String
      StackMap stack:
            aload 3 /* msg */
            invokestatic sun.font.FontUtilities.logInfo:(Ljava/lang/String;)V
        end local 3 // java.lang.String msg
        10: .line 250
      StackMap locals:
      StackMap stack:
            aload 1 /* font */
            invokevirtual sun.font.Font2D.getRank:()I
            aload 0 /* this */
            getfield sun.font.FontFamily.familyRank:I
            if_icmple 18
            aload 0 /* this */
            aload 1 /* font */
            invokevirtual sun.font.FontFamily.isFromSameSource:(Lsun/font/Font2D;)Z
            ifne 18
        11: .line 251
            invokestatic sun.font.FontUtilities.isLogging:()Z
            ifeq 17
        12: .line 252
            new java.lang.StringBuilder
            dup
            ldc "Rejecting adding "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* font */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        13: .line 253
            ldc " of lower rank "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* font */
            invokevirtual sun.font.Font2D.getRank:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        14: .line 254
            ldc " to family "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        15: .line 255
            ldc " of rank "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.font.FontFamily.familyRank:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        16: .line 252
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic sun.font.FontUtilities.logWarning:(Ljava/lang/String;)V
        17: .line 257
      StackMap locals:
      StackMap stack:
            return
        18: .line 260
      StackMap locals:
      StackMap stack:
            iload 2 /* style */
            tableswitch { // 0 - 3
                    0: 19
                    1: 22
                    2: 25
                    3: 28
              default: 31
          }
        19: .line 263
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* font */
            invokevirtual sun.font.FontFamily.preferredWidth:(Lsun/font/Font2D;)Z
            ifeq 31
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            aload 1 /* font */
            iload 2 /* style */
            invokevirtual sun.font.FontFamily.closerWeight:(Lsun/font/Font2D;Lsun/font/Font2D;I)Z
            ifeq 31
        20: .line 264
            aload 0 /* this */
            aload 1 /* font */
            putfield sun.font.FontFamily.plain:Lsun/font/Font2D;
        21: .line 266
            goto 31
        22: .line 269
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* font */
            invokevirtual sun.font.FontFamily.preferredWidth:(Lsun/font/Font2D;)Z
            ifeq 31
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            aload 1 /* font */
            iload 2 /* style */
            invokevirtual sun.font.FontFamily.closerWeight:(Lsun/font/Font2D;Lsun/font/Font2D;I)Z
            ifeq 31
        23: .line 270
            aload 0 /* this */
            aload 1 /* font */
            putfield sun.font.FontFamily.bold:Lsun/font/Font2D;
        24: .line 272
            goto 31
        25: .line 275
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* font */
            invokevirtual sun.font.FontFamily.preferredWidth:(Lsun/font/Font2D;)Z
            ifeq 31
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            aload 1 /* font */
            iload 2 /* style */
            invokevirtual sun.font.FontFamily.closerWeight:(Lsun/font/Font2D;Lsun/font/Font2D;I)Z
            ifeq 31
        26: .line 276
            aload 0 /* this */
            aload 1 /* font */
            putfield sun.font.FontFamily.italic:Lsun/font/Font2D;
        27: .line 278
            goto 31
        28: .line 281
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* font */
            invokevirtual sun.font.FontFamily.preferredWidth:(Lsun/font/Font2D;)Z
            ifeq 31
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.font.FontFamily.bolditalic:Lsun/font/Font2D;
            aload 1 /* font */
            iload 2 /* style */
            invokevirtual sun.font.FontFamily.closerWeight:(Lsun/font/Font2D;Lsun/font/Font2D;I)Z
            ifeq 31
        29: .line 282
            aload 0 /* this */
            aload 1 /* font */
            putfield sun.font.FontFamily.bolditalic:Lsun/font/Font2D;
        30: .line 284
            goto 31
        31: .line 289
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int style
        end local 1 // sun.font.Font2D font
        end local 0 // sun.font.FontFamily this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   32     0   this  Lsun/font/FontFamily;
            0   32     1   font  Lsun/font/Font2D;
            0   32     2  style  I
            5    6     3    msg  Ljava/lang/String;
            9   10     3    msg  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      font   
      style  

  public sun.font.Font2D getFontWithExactStyleMatch(int);
    descriptor: (I)Lsun/font/Font2D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.font.FontFamily this
        start local 1 // int style
         0: .line 293
            iload 1 /* style */
            tableswitch { // 0 - 3
                    0: 1
                    1: 2
                    2: 3
                    3: 4
              default: 5
          }
         1: .line 296
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            areturn
         2: .line 299
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            areturn
         3: .line 302
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            areturn
         4: .line 305
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.bolditalic:Lsun/font/Font2D;
            areturn
         5: .line 308
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // int style
        end local 0 // sun.font.FontFamily this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lsun/font/FontFamily;
            0    6     1  style  I
    MethodParameters:
       Name  Flags
      style  

  public sun.font.Font2D getFont(int);
    descriptor: (I)Lsun/font/Font2D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.font.FontFamily this
        start local 1 // int style
         0: .line 322
            iload 1 /* style */
            tableswitch { // 0 - 3
                    0: 1
                    1: 2
                    2: 7
                    3: 12
              default: 21
          }
         1: .line 325
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            areturn
         2: .line 328
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            ifnull 4
         3: .line 329
            aload 0 /* this */
            getfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            areturn
         4: .line 330
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            ifnull 6
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            iload 1 /* style */
            invokevirtual sun.font.Font2D.canDoStyle:(I)Z
            ifeq 6
         5: .line 331
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            areturn
         6: .line 333
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         7: .line 337
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            ifnull 9
         8: .line 338
            aload 0 /* this */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            areturn
         9: .line 339
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            ifnull 11
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            iload 1 /* style */
            invokevirtual sun.font.Font2D.canDoStyle:(I)Z
            ifeq 11
        10: .line 340
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            areturn
        11: .line 342
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        12: .line 346
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.bolditalic:Lsun/font/Font2D;
            ifnull 14
        13: .line 347
            aload 0 /* this */
            getfield sun.font.FontFamily.bolditalic:Lsun/font/Font2D;
            areturn
        14: .line 348
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            ifnull 16
            aload 0 /* this */
            getfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            iload 1 /* style */
            invokevirtual sun.font.Font2D.canDoStyle:(I)Z
            ifeq 16
        15: .line 349
            aload 0 /* this */
            getfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            areturn
        16: .line 350
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            ifnull 18
            aload 0 /* this */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            iload 1 /* style */
            invokevirtual sun.font.Font2D.canDoStyle:(I)Z
            ifeq 18
        17: .line 351
            aload 0 /* this */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            areturn
        18: .line 352
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            ifnull 20
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            iload 1 /* style */
            invokevirtual sun.font.Font2D.canDoStyle:(I)Z
            ifeq 20
        19: .line 353
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            areturn
        20: .line 355
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        21: .line 358
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // int style
        end local 0 // sun.font.FontFamily this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   22     0   this  Lsun/font/FontFamily;
            0   22     1  style  I
    MethodParameters:
       Name  Flags
      style  

  sun.font.Font2D getClosestStyle(int);
    descriptor: (I)Lsun/font/Font2D;
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.font.FontFamily this
        start local 1 // int style
         0: .line 370
            iload 1 /* style */
            tableswitch { // 0 - 3
                    0: 1
                    1: 6
                    2: 11
                    3: 16
              default: 21
          }
         1: .line 374
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            ifnull 3
         2: .line 375
            aload 0 /* this */
            getfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            areturn
         3: .line 376
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            ifnull 5
         4: .line 377
            aload 0 /* this */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            areturn
         5: .line 379
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.bolditalic:Lsun/font/Font2D;
            areturn
         6: .line 385
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            ifnull 8
         7: .line 386
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            areturn
         8: .line 387
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.bolditalic:Lsun/font/Font2D;
            ifnull 10
         9: .line 388
            aload 0 /* this */
            getfield sun.font.FontFamily.bolditalic:Lsun/font/Font2D;
            areturn
        10: .line 390
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            areturn
        11: .line 396
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.bolditalic:Lsun/font/Font2D;
            ifnull 13
        12: .line 397
            aload 0 /* this */
            getfield sun.font.FontFamily.bolditalic:Lsun/font/Font2D;
            areturn
        13: .line 398
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            ifnull 15
        14: .line 399
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            areturn
        15: .line 401
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            areturn
        16: .line 405
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            ifnull 18
        17: .line 406
            aload 0 /* this */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            areturn
        18: .line 407
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            ifnull 20
        19: .line 408
            aload 0 /* this */
            getfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            areturn
        20: .line 410
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            areturn
        21: .line 413
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // int style
        end local 0 // sun.font.FontFamily this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   22     0   this  Lsun/font/FontFamily;
            0   22     1  style  I
    MethodParameters:
       Name  Flags
      style  

  static synchronized void addLocaleNames(sun.font.FontFamily, java.lang.String[]);
    descriptor: (Lsun/font/FontFamily;[Ljava/lang/String;)V
    flags: (0x0028) ACC_STATIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.font.FontFamily family
        start local 1 // java.lang.String[] names
         0: .line 420
            getstatic sun.font.FontFamily.allLocaleNames:Ljava/util/HashMap;
            ifnonnull 2
         1: .line 421
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putstatic sun.font.FontFamily.allLocaleNames:Ljava/util/HashMap;
         2: .line 423
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 6
         4: .line 424
      StackMap locals: int
      StackMap stack:
            getstatic sun.font.FontFamily.allLocaleNames:Ljava/util/HashMap;
            aload 1 /* names */
            iload 2 /* i */
            aaload
            invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
            aload 0 /* family */
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 423
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 1 /* names */
            arraylength
            if_icmplt 4
        end local 2 // int i
         7: .line 426
            return
        end local 1 // java.lang.String[] names
        end local 0 // sun.font.FontFamily family
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0  family  Lsun/font/FontFamily;
            0    8     1   names  [Ljava/lang/String;
            3    7     2       i  I
    MethodParameters:
        Name  Flags
      family  
      names   

  public static synchronized sun.font.FontFamily getLocaleFamily(java.lang.String);
    descriptor: (Ljava/lang/String;)Lsun/font/FontFamily;
    flags: (0x0029) ACC_PUBLIC, ACC_STATIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.String name
         0: .line 429
            getstatic sun.font.FontFamily.allLocaleNames:Ljava/util/HashMap;
            ifnonnull 2
         1: .line 430
            aconst_null
            areturn
         2: .line 432
      StackMap locals:
      StackMap stack:
            getstatic sun.font.FontFamily.allLocaleNames:Ljava/util/HashMap;
            aload 0 /* name */
            invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
            invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.font.FontFamily
            areturn
        end local 0 // java.lang.String name
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public static sun.font.FontFamily[] getAllFontFamilies();
    descriptor: ()[Lsun/font/FontFamily;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=0
         0: .line 436
            getstatic sun.font.FontFamily.familyNameMap:Ljava/util/concurrent/ConcurrentHashMap;
            invokevirtual java.util.concurrent.ConcurrentHashMap.values:()Ljava/util/Collection;
            astore 0 /* families */
        start local 0 // java.util.Collection families
         1: .line 437
            aload 0 /* families */
            iconst_0
            anewarray sun.font.FontFamily
            invokeinterface java.util.Collection.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast sun.font.FontFamily[]
            areturn
        end local 0 // java.util.Collection families
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            1    2     0  families  Ljava/util/Collection<Lsun/font/FontFamily;>;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.font.FontFamily this
         0: .line 442
            new java.lang.StringBuilder
            dup
            ldc "Font family: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.font.FontFamily.familyName:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         1: .line 443
            ldc " plain="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         2: .line 444
            ldc " bold="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         3: .line 445
            ldc " italic="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         4: .line 446
            ldc " bolditalic="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.font.FontFamily.bolditalic:Lsun/font/Font2D;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         5: .line 442
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         6: .line 441
            areturn
        end local 0 // sun.font.FontFamily this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/font/FontFamily;
}
SourceFile: "FontFamily.java"