interface FontFace {
    characters: IndexedPixelData[];
    lineHeight: number;
}

Properties

characters: IndexedPixelData[]
lineHeight: number