public class org.apache.batik.bridge.SVGFontFamily implements org.apache.batik.gvt.font.GVTFontFamily
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.batik.bridge.SVGFontFamily
  super_class: java.lang.Object
{
  public static final java.text.AttributedCharacterIterator$Attribute TEXT_COMPOUND_ID;
    descriptor: Ljava/text/AttributedCharacterIterator$Attribute;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  protected org.apache.batik.gvt.font.GVTFontFace fontFace;
    descriptor: Lorg/apache/batik/gvt/font/GVTFontFace;
    flags: (0x0004) ACC_PROTECTED

  protected org.w3c.dom.Element fontElement;
    descriptor: Lorg/w3c/dom/Element;
    flags: (0x0004) ACC_PROTECTED

  protected org.apache.batik.bridge.BridgeContext ctx;
    descriptor: Lorg/apache/batik/bridge/BridgeContext;
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.Boolean complex;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0004) ACC_PROTECTED

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 45
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.TEXT_COMPOUND_ID:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
         1: .line 44
            putstatic org.apache.batik.bridge.SVGFontFamily.TEXT_COMPOUND_ID:Ljava/text/AttributedCharacterIterator$Attribute;
         2: .line 45
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.apache.batik.gvt.font.GVTFontFace, org.w3c.dom.Element, org.apache.batik.bridge.BridgeContext);
    descriptor: (Lorg/apache/batik/gvt/font/GVTFontFace;Lorg/w3c/dom/Element;Lorg/apache/batik/bridge/BridgeContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.apache.batik.bridge.SVGFontFamily this
        start local 1 // org.apache.batik.gvt.font.GVTFontFace fontFace
        start local 2 // org.w3c.dom.Element fontElement
        start local 3 // org.apache.batik.bridge.BridgeContext ctx
         0: .line 62
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 50
            aload 0 /* this */
            aconst_null
            putfield org.apache.batik.bridge.SVGFontFamily.complex:Ljava/lang/Boolean;
         2: .line 65
            aload 0 /* this */
            aload 1 /* fontFace */
            putfield org.apache.batik.bridge.SVGFontFamily.fontFace:Lorg/apache/batik/gvt/font/GVTFontFace;
         3: .line 66
            aload 0 /* this */
            aload 2 /* fontElement */
            putfield org.apache.batik.bridge.SVGFontFamily.fontElement:Lorg/w3c/dom/Element;
         4: .line 67
            aload 0 /* this */
            aload 3 /* ctx */
            putfield org.apache.batik.bridge.SVGFontFamily.ctx:Lorg/apache/batik/bridge/BridgeContext;
         5: .line 68
            return
        end local 3 // org.apache.batik.bridge.BridgeContext ctx
        end local 2 // org.w3c.dom.Element fontElement
        end local 1 // org.apache.batik.gvt.font.GVTFontFace fontFace
        end local 0 // org.apache.batik.bridge.SVGFontFamily this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lorg/apache/batik/bridge/SVGFontFamily;
            0    6     1     fontFace  Lorg/apache/batik/gvt/font/GVTFontFace;
            0    6     2  fontElement  Lorg/w3c/dom/Element;
            0    6     3          ctx  Lorg/apache/batik/bridge/BridgeContext;
    MethodParameters:
             Name  Flags
      fontFace     
      fontElement  
      ctx          

  public java.lang.String getFamilyName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.bridge.SVGFontFamily this
         0: .line 76
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGFontFamily.fontFace:Lorg/apache/batik/gvt/font/GVTFontFace;
            invokevirtual org.apache.batik.gvt.font.GVTFontFace.getFamilyName:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.batik.bridge.SVGFontFamily this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/bridge/SVGFontFamily;

  public org.apache.batik.gvt.font.GVTFontFace getFontFace();
    descriptor: ()Lorg/apache/batik/gvt/font/GVTFontFace;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.bridge.SVGFontFamily this
         0: .line 85
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGFontFamily.fontFace:Lorg/apache/batik/gvt/font/GVTFontFace;
            areturn
        end local 0 // org.apache.batik.bridge.SVGFontFamily this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/bridge/SVGFontFamily;

  public org.apache.batik.gvt.font.GVTFont deriveFont(float, java.text.AttributedCharacterIterator);
    descriptor: (FLjava/text/AttributedCharacterIterator;)Lorg/apache/batik/gvt/font/GVTFont;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.batik.bridge.SVGFontFamily this
        start local 1 // float size
        start local 2 // java.text.AttributedCharacterIterator aci
         0: .line 98
            aload 0 /* this */
            fload 1 /* size */
            aload 2 /* aci */
            invokeinterface java.text.AttributedCharacterIterator.getAttributes:()Ljava/util/Map;
            invokevirtual org.apache.batik.bridge.SVGFontFamily.deriveFont:(FLjava/util/Map;)Lorg/apache/batik/gvt/font/GVTFont;
            areturn
        end local 2 // java.text.AttributedCharacterIterator aci
        end local 1 // float size
        end local 0 // org.apache.batik.bridge.SVGFontFamily this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/bridge/SVGFontFamily;
            0    1     1  size  F
            0    1     2   aci  Ljava/text/AttributedCharacterIterator;
    MethodParameters:
      Name  Flags
      size  
      aci   

  public org.apache.batik.gvt.font.GVTFont deriveFont(float, java.util.Map);
    descriptor: (FLjava/util/Map;)Lorg/apache/batik/gvt/font/GVTFont;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=3
        start local 0 // org.apache.batik.bridge.SVGFontFamily this
        start local 1 // float size
        start local 2 // java.util.Map attrs
         0: .line 108
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGFontFamily.ctx:Lorg/apache/batik/bridge/BridgeContext;
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGFontFamily.fontElement:Lorg/w3c/dom/Element;
            invokevirtual org.apache.batik.bridge.BridgeContext.getBridge:(Lorg/w3c/dom/Element;)Lorg/apache/batik/bridge/Bridge;
            checkcast org.apache.batik.bridge.SVGFontElementBridge
            astore 3 /* fontBridge */
        start local 3 // org.apache.batik.bridge.SVGFontElementBridge fontBridge
         1: .line 109
            aload 2 /* attrs */
            getstatic org.apache.batik.bridge.SVGFontFamily.TEXT_COMPOUND_ID:Ljava/text/AttributedCharacterIterator$Attribute;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.ref.SoftReference
            astore 4 /* sr */
        start local 4 // java.lang.ref.SoftReference sr
         2: .line 110
            aload 4 /* sr */
            invokevirtual java.lang.ref.SoftReference.get:()Ljava/lang/Object;
            checkcast org.w3c.dom.Element
            astore 5 /* textElement */
        start local 5 // org.w3c.dom.Element textElement
         3: .line 111
            aload 3 /* fontBridge */
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGFontFamily.ctx:Lorg/apache/batik/bridge/BridgeContext;
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGFontFamily.fontElement:Lorg/w3c/dom/Element;
            aload 5 /* textElement */
         4: .line 112
            fload 1 /* size */
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGFontFamily.fontFace:Lorg/apache/batik/gvt/font/GVTFontFace;
         5: .line 111
            invokevirtual org.apache.batik.bridge.SVGFontElementBridge.createFont:(Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Element;Lorg/w3c/dom/Element;FLorg/apache/batik/gvt/font/GVTFontFace;)Lorg/apache/batik/bridge/SVGGVTFont;
            areturn
        end local 5 // org.w3c.dom.Element textElement
        end local 4 // java.lang.ref.SoftReference sr
        end local 3 // org.apache.batik.bridge.SVGFontElementBridge fontBridge
        end local 2 // java.util.Map attrs
        end local 1 // float size
        end local 0 // org.apache.batik.bridge.SVGFontFamily this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lorg/apache/batik/bridge/SVGFontFamily;
            0    6     1         size  F
            0    6     2        attrs  Ljava/util/Map;
            1    6     3   fontBridge  Lorg/apache/batik/bridge/SVGFontElementBridge;
            2    6     4           sr  Ljava/lang/ref/SoftReference;
            3    6     5  textElement  Lorg/w3c/dom/Element;
    MethodParameters:
       Name  Flags
      size   
      attrs  

  public boolean isComplex();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.batik.bridge.SVGFontFamily this
         0: .line 123
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGFontFamily.complex:Ljava/lang/Boolean;
            ifnull 1
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGFontFamily.complex:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
         1: .line 124
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGFontFamily.fontElement:Lorg/w3c/dom/Element;
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGFontFamily.ctx:Lorg/apache/batik/bridge/BridgeContext;
            invokestatic org.apache.batik.bridge.SVGFontFamily.isComplex:(Lorg/w3c/dom/Element;Lorg/apache/batik/bridge/BridgeContext;)Z
            istore 1 /* ret */
        start local 1 // boolean ret
         2: .line 125
            aload 0 /* this */
            iload 1 /* ret */
            ifeq 3
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            goto 4
      StackMap locals: org.apache.batik.bridge.SVGFontFamily int
      StackMap stack: org.apache.batik.bridge.SVGFontFamily
         3: getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
      StackMap locals: org.apache.batik.bridge.SVGFontFamily int
      StackMap stack: org.apache.batik.bridge.SVGFontFamily java.lang.Boolean
         4: putfield org.apache.batik.bridge.SVGFontFamily.complex:Ljava/lang/Boolean;
         5: .line 126
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // org.apache.batik.bridge.SVGFontFamily this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/batik/bridge/SVGFontFamily;
            2    6     1   ret  Z

  public static boolean isComplex(org.w3c.dom.Element, org.apache.batik.bridge.BridgeContext);
    descriptor: (Lorg/w3c/dom/Element;Lorg/apache/batik/bridge/BridgeContext;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=9, args_size=2
        start local 0 // org.w3c.dom.Element fontElement
        start local 1 // org.apache.batik.bridge.BridgeContext ctx
         0: .line 130
            aload 0 /* fontElement */
         1: .line 131
            ldc "http://www.w3.org/2000/svg"
            ldc "glyph"
         2: .line 130
            invokeinterface org.w3c.dom.Element.getElementsByTagNameNS:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/NodeList;
            astore 2 /* glyphElements */
        start local 2 // org.w3c.dom.NodeList glyphElements
         3: .line 133
            aload 2 /* glyphElements */
            invokeinterface org.w3c.dom.NodeList.getLength:()I
            istore 3 /* numGlyphs */
        start local 3 // int numGlyphs
         4: .line 134
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         5: goto 18
         6: .line 135
      StackMap locals: org.w3c.dom.NodeList int int
      StackMap stack:
            aload 2 /* glyphElements */
            iload 4 /* i */
            invokeinterface org.w3c.dom.NodeList.item:(I)Lorg/w3c/dom/Node;
            checkcast org.w3c.dom.Element
            astore 5 /* glyph */
        start local 5 // org.w3c.dom.Element glyph
         7: .line 136
            aload 5 /* glyph */
            invokeinterface org.w3c.dom.Element.getFirstChild:()Lorg/w3c/dom/Node;
            astore 6 /* child */
        start local 6 // org.w3c.dom.Node child
         8: .line 137
            goto 16
         9: .line 138
      StackMap locals: org.w3c.dom.Element org.w3c.dom.Node
      StackMap stack:
            aload 6 /* child */
            invokeinterface org.w3c.dom.Node.getNodeType:()S
            iconst_1
            if_icmpeq 11
        10: .line 139
            goto 15
        11: .line 140
      StackMap locals:
      StackMap stack:
            aload 6 /* child */
            checkcast org.w3c.dom.Element
            astore 7 /* e */
        start local 7 // org.w3c.dom.Element e
        12: .line 141
            aload 1 /* ctx */
            aload 7 /* e */
            invokevirtual org.apache.batik.bridge.BridgeContext.getBridge:(Lorg/w3c/dom/Element;)Lorg/apache/batik/bridge/Bridge;
            astore 8 /* b */
        start local 8 // org.apache.batik.bridge.Bridge b
        13: .line 142
            aload 8 /* b */
            ifnull 15
            aload 8 /* b */
            instanceof org.apache.batik.bridge.GraphicsNodeBridge
            ifeq 15
        14: .line 143
            iconst_1
            ireturn
        end local 8 // org.apache.batik.bridge.Bridge b
        end local 7 // org.w3c.dom.Element e
        15: .line 137
      StackMap locals:
      StackMap stack:
            aload 6 /* child */
            invokeinterface org.w3c.dom.Node.getNextSibling:()Lorg/w3c/dom/Node;
            astore 6 /* child */
      StackMap locals:
      StackMap stack:
        16: aload 6 /* child */
            ifnonnull 9
        end local 6 // org.w3c.dom.Node child
        end local 5 // org.w3c.dom.Element glyph
        17: .line 134
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 4 /* i */
            iload 3 /* numGlyphs */
            if_icmplt 6
        end local 4 // int i
        19: .line 147
            iconst_0
            ireturn
        end local 3 // int numGlyphs
        end local 2 // org.w3c.dom.NodeList glyphElements
        end local 1 // org.apache.batik.bridge.BridgeContext ctx
        end local 0 // org.w3c.dom.Element fontElement
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   20     0    fontElement  Lorg/w3c/dom/Element;
            0   20     1            ctx  Lorg/apache/batik/bridge/BridgeContext;
            3   20     2  glyphElements  Lorg/w3c/dom/NodeList;
            4   20     3      numGlyphs  I
            5   19     4              i  I
            7   17     5          glyph  Lorg/w3c/dom/Element;
            8   17     6          child  Lorg/w3c/dom/Node;
           12   15     7              e  Lorg/w3c/dom/Element;
           13   15     8              b  Lorg/apache/batik/bridge/Bridge;
    MethodParameters:
             Name  Flags
      fontElement  
      ctx          
}
SourceFile: "SVGFontFamily.java"
InnerClasses:
  public Attribute = java.text.AttributedCharacterIterator$Attribute of java.text.AttributedCharacterIterator
  public TextAttribute = org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute of org.apache.batik.gvt.text.GVTAttributedCharacterIterator