Type alias GlyphPositions

GlyphPositions: {
    [_: string]: {
        [_: number]: GlyphPosition;
    };
}

The glyphs' positions

Type declaration