On this page
Properties

Type Alias StyleGlyph

A style glyph type

type StyleGlyph = {
    bitmap: AlphaImage;
    id: number;
    metrics: GlyphMetrics;
}
Index

Properties

Properties

bitmap: AlphaImage
id: number
metrics: GlyphMetrics
Was this helpful?
SDK JS
Reference
StyleGlyph