Interface Glyph

interface Glyph {
    char: string;
    h: number;
    w: number;
}

Hierarchy (View Summary)

Properties

Properties

char: string
h: number
w: number