Type alias GlyphPosition

GlyphPosition: {
    metrics: GlyphMetrics;
    rect: Rect;
}

The glyph's position

Type declaration