figureone
    Preparing search index...

    A glyph can be a line EQN_LineSymbol between some content and an annotation.

    
                            aaaaa
                            aaaaa
                          g
                        g
                      g
             CCCCCCCCC
             CCCCCCCCC
             CCCCCCCCC
             CCCCCCCCC
    
    
    figure.add({
    name: 'eqn',
    make: 'equation',
    elements: {
    l: {
    symbol: 'line',
    width: 0.005,
    dash: [0.005, 0.005],
    arrow: { start: 'barb' },
    },
    },
    forms: {
    0: {
    annotate: {
    content: 'abc',
    annotation: {
    content: 'def',
    xPosition: 'right',
    yPosition: 'top',
    xAlign: 'left',
    yAlign: 'bottom',
    scale: 0.6,
    offset: [0.2, 0.2],
    },
    glyphs: {
    line: {
    annotationIndex: 0,
    symbol: 'l',
    content: {
    xAlign: 'right',
    yAlign: 'top',
    space: 0.02,
    },
    annotation: {
    xAlign: 'left',
    yAlign: 'bottom',
    space: 0.02,
    },
    },
    },
    },
    },
    },
    });
    @interface