MLightCAD
    Preparing search index...

    Represents the status of a font loading operation

    interface FontLoadStatus {
        fontName: string;
        status: "Success" | "NotFound" | "FailedToLoad";
        url: string;
    }
    Index

    Properties

    Properties

    fontName: string

    Name of the font that was loaded

    status: "Success" | "NotFound" | "FailedToLoad"

    The status to load font

    • Success
    • Font not found in font repository
    • Failed to load font from font repository
    url: string

    URL from which the font was loaded