MLightCAD
    Preparing search index...

    Represents information about a font in the system

    interface FontInfo {
        encoding?: string;
        file: string;
        name: string[];
        source?: "remote" | "cache";
        type: "mesh" | "shx";
        url: string;
    }
    Index

    Properties

    encoding?: string

    Encoding used by character code. Please refer to the following link for encoding name. https://developer.mozilla.org/en-US/docs/Web/API/Encoding_API/Encodings

    file: string

    Font file name

    name: string[]

    Array of font names/aliases

    source?: "remote" | "cache"

    Where this font entry comes from

    type: "mesh" | "shx"

    Type of the font - either mesh or shx format

    url: string

    URL where the font can be accessed