PixelPlaceJS-new - v3.4.3
    Preparing search index...

    Interface FontData

    interface FontData {
        characters: Record<string, number[]>;
        height: number;
        ignoreCase?: boolean;
    }
    Index

    Properties

    characters: Record<string, number[]>

    Map of characters to an array of numbers, this is 1 or 0 and it is a 1d array. it will be split every height values

    height: number

    Height of the font

    ignoreCase?: boolean

    This will ignore case of the input letters and character record. Defaults to false in custom fonts. Is true on PPJS fonts.