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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 36
            new java.util.concurrent.ConcurrentHashMap
            dup
            invokespecial java.util.concurrent.ConcurrentHashMap.<init>:()V
            putstatic sun.font.FontFamily.familyNameMap:Ljava/util/concurrent/ConcurrentHashMap;
         1: .line 37
            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 48
            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 52
            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 61
            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 62
            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 63
            aload 2 /* family */
            ifnonnull 4
         3: .line 64
            return
         4: .line 66
      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 67
            aload 2 /* family */
            aconst_null
            putfield sun.font.FontFamily.plain:Lsun/font/Font2D;
         6: .line 69
      StackMap locals:
      StackMap stack:
            aload 2 /* family */
            getfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            aload 0 /* font2D */
            if_acmpne 8
         7: .line 70
            aload 2 /* family */
            aconst_null
            putfield sun.font.FontFamily.bold:Lsun/font/Font2D;
         8: .line 72
      StackMap locals:
      StackMap stack:
            aload 2 /* family */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            aload 0 /* font2D */
            if_acmpne 10
         9: .line 73
            aload 2 /* family */
            aconst_null
            putfield sun.font.FontFamily.italic:Lsun/font/Font2D;
        10: .line 75
      StackMap locals:
      StackMap stack:
            aload 2 /* family */
            getfield sun.font.FontFamily.bolditalic:Lsun/font/Font2D;
            aload 0 /* font2D */
            if_acmpne 12
        11: .line 76
            aload 2 /* family */
            aconst_null
            putfield sun.font.FontFamily.bolditalic:Lsun/font/Font2D;
        12: .line 78
      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 79
            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
        14: .line 80
            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 82
      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 84
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 44
            aload 0 /* this */
            iconst_0
            putfield sun.font.FontFamily.logicalFont:Z
         2: .line 85
            aload 0 /* this */
            iload 2 /* isLogFont */
            putfield sun.font.FontFamily.logicalFont:Z
         3: .line 86
            aload 0 /* this */
            aload 1 /* name */
            putfield sun.font.FontFamily.familyName:Ljava/lang/String;
         4: .line 87
            aload 0 /* this */
            iload 3 /* rank */
            putfield sun.font.FontFamily.familyRank:I
         5: .line 88
            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
         6: .line 89
            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    7     0       this  Lsun/font/FontFamily;
            0    7     1       name  Ljava/lang/String;
            0    7     2  isLogFont  Z
            0    7     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 94
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 44
            aload 0 /* this */
            iconst_0
            putfield sun.font.FontFamily.logicalFont:Z
         2: .line 95
            aload 0 /* this */
            iconst_0
            putfield sun.font.FontFamily.logicalFont:Z
         3: .line 96
            aload 0 /* this */
            aload 1 /* name */
            putfield sun.font.FontFamily.familyName:Ljava/lang/String;
         4: .line 97
            aload 0 /* this */
            iconst_4
            putfield sun.font.FontFamily.familyRank:I
         5: .line 98
            return
        end local 1 // java.lang.String name
        end local 0 // sun.font.FontFamily this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/font/FontFamily;
            0    6     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 101
            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 105
            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;

  public void setFont(sun.font.Font2D, int);
    descriptor: (Lsun/font/Font2D;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.font.FontFamily this
        start local 1 // sun.font.Font2D font
        start local 2 // int style
         0: .line 109
            aload 1 /* font */
            invokevirtual sun.font.Font2D.getRank:()I
            aload 0 /* this */
            getfield sun.font.FontFamily.familyRank:I
            if_icmple 8
         1: .line 110
            getstatic sun.font.FontManager.logging:Z
            ifeq 7
         2: .line 111
            getstatic sun.font.FontManager.logger:Ljava/util/logging/Logger;
            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;
         3: .line 112
            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;
         4: .line 113
            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;
         5: .line 114
            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;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         6: .line 111
            invokevirtual java.util.logging.Logger.warning:(Ljava/lang/String;)V
         7: .line 116
      StackMap locals:
      StackMap stack:
            return
         8: .line 119
      StackMap locals:
      StackMap stack:
            iload 2 /* style */
            tableswitch { // 0 - 3
                    0: 9
                    1: 11
                    2: 13
                    3: 15
              default: 17
          }
         9: .line 122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* font */
            putfield sun.font.FontFamily.plain:Lsun/font/Font2D;
        10: .line 123
            goto 17
        11: .line 126
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* font */
            putfield sun.font.FontFamily.bold:Lsun/font/Font2D;
        12: .line 127
            goto 17
        13: .line 130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* font */
            putfield sun.font.FontFamily.italic:Lsun/font/Font2D;
        14: .line 131
            goto 17
        15: .line 134
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* font */
            putfield sun.font.FontFamily.bolditalic:Lsun/font/Font2D;
        16: .line 135
            goto 17
        17: .line 140
      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   18     0   this  Lsun/font/FontFamily;
            0   18     1   font  Lsun/font/Font2D;
            0   18     2  style  I
    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 144
            iload 1 /* style */
            tableswitch { // 0 - 3
                    0: 1
                    1: 2
                    2: 3
                    3: 4
              default: 5
          }
         1: .line 147
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            areturn
         2: .line 150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            areturn
         3: .line 153
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            areturn
         4: .line 156
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.bolditalic:Lsun/font/Font2D;
            areturn
         5: .line 159
      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 173
            iload 1 /* style */
            tableswitch { // 0 - 3
                    0: 1
                    1: 2
                    2: 7
                    3: 12
              default: 21
          }
         1: .line 176
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            areturn
         2: .line 179
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            ifnull 4
         3: .line 180
            aload 0 /* this */
            getfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            areturn
         4: .line 181
      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 182
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            areturn
         6: .line 184
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         7: .line 188
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            ifnull 9
         8: .line 189
            aload 0 /* this */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            areturn
         9: .line 190
      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 191
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            areturn
        11: .line 193
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        12: .line 197
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.bolditalic:Lsun/font/Font2D;
            ifnull 14
        13: .line 198
            aload 0 /* this */
            getfield sun.font.FontFamily.bolditalic:Lsun/font/Font2D;
            areturn
        14: .line 199
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            ifnull 16
            aload 0 /* this */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            iload 1 /* style */
            invokevirtual sun.font.Font2D.canDoStyle:(I)Z
            ifeq 16
        15: .line 200
            aload 0 /* this */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            areturn
        16: .line 201
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            ifnull 18
            aload 0 /* this */
            getfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            iload 1 /* style */
            invokevirtual sun.font.Font2D.canDoStyle:(I)Z
            ifeq 18
        17: .line 202
            aload 0 /* this */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            areturn
        18: .line 203
      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 204
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            areturn
        20: .line 206
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        21: .line 209
      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 221
            iload 1 /* style */
            tableswitch { // 0 - 3
                    0: 1
                    1: 6
                    2: 11
                    3: 16
              default: 21
          }
         1: .line 225
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            ifnull 3
         2: .line 226
            aload 0 /* this */
            getfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            areturn
         3: .line 227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            ifnull 5
         4: .line 228
            aload 0 /* this */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            areturn
         5: .line 230
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.bolditalic:Lsun/font/Font2D;
            areturn
         6: .line 236
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            ifnull 8
         7: .line 237
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            areturn
         8: .line 238
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.bolditalic:Lsun/font/Font2D;
            ifnull 10
         9: .line 239
            aload 0 /* this */
            getfield sun.font.FontFamily.bolditalic:Lsun/font/Font2D;
            areturn
        10: .line 241
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            areturn
        11: .line 247
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.bolditalic:Lsun/font/Font2D;
            ifnull 13
        12: .line 248
            aload 0 /* this */
            getfield sun.font.FontFamily.bolditalic:Lsun/font/Font2D;
            areturn
        13: .line 249
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            ifnull 15
        14: .line 250
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            areturn
        15: .line 252
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            areturn
        16: .line 256
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            ifnull 18
        17: .line 257
            aload 0 /* this */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            areturn
        18: .line 258
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            ifnull 20
        19: .line 259
            aload 0 /* this */
            getfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            areturn
        20: .line 261
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            areturn
        21: .line 264
      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 271
            getstatic sun.font.FontFamily.allLocaleNames:Ljava/util/HashMap;
            ifnonnull 2
         1: .line 272
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putstatic sun.font.FontFamily.allLocaleNames:Ljava/util/HashMap;
         2: .line 274
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 6
         4: .line 275
      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 274
            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 277
            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 280
            getstatic sun.font.FontFamily.allLocaleNames:Ljava/util/HashMap;
            ifnonnull 2
         1: .line 281
            aconst_null
            areturn
         2: .line 283
      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 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 288
            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 289
            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 290
            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 291
            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 292
            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 288
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         6: .line 287
            areturn
        end local 0 // sun.font.FontFamily this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/font/FontFamily;
}
SourceFile: "FontFamily.java"