Type alias StyleGlyph

StyleGlyph: {
    bitmap: AlphaImage;
    id: number;
    metrics: GlyphMetrics;
}

A style glyph type

Type declaration