MLightCAD
    Preparing search index...

    Select-option entry for font dropdowns in the Text Style dialog.

    interface FontOption {
        label: string;
        type: "shx" | "mesh";
        value: string;
    }
    Index

    Properties

    Properties

    label: string

    Display label, preferring the source file path when available.

    type: "shx" | "mesh"

    Font backend type: SHX vector font or mesh (TrueType) font.

    value: string

    Font identifier stored in the form (primary name from AcDbFontInfo.name).