SCI.js
    Preparing search index...

    Interface FontFace

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

    Properties

    characters: IndexedPixelData[]
    lineHeight: number