harfbuzzjs
    Preparing search index...

    Interface JsonGlyph

    interface JsonGlyph {
        ax: number;
        ay: number;
        cl: number;
        dx: number;
        dy: number;
        fl: number;
        g: number;
    }
    Index

    Properties

    Properties

    ax: number

    Advance width (width to advance after this glyph is painted).

    ay: number

    Advance height (height to advance after this glyph is painted).

    cl: number

    The cluster ID.

    dx: number

    X displacement (adjustment in X dimension when painting this glyph).

    dy: number

    Y displacement (adjustment in Y dimension when painting this glyph).

    fl: number

    Glyph flags, a combination of GlyphFlag values.

    g: number

    The glyph ID.