mwg API
    Preparing search index...

    Interface GlyphLayout

    interface GlyphLayout {
        char: string;
        rotate: boolean;
        x: number;
        y: number;
    }
    Index
    char: string
    rotate: boolean
    x: number
    y: number