Specifying a default font for default.fmp (or some other solution)

In BCAD 25 a new "feature" seems to be that I get a warning dialog box every time a drawing opens that uses a font not installed on my system. That never occurred before (even with the same drawings). Either there is a setting I need to disable, or I'm wondering if there is a way to have a default font specified in default.fmp that should be used for any missing fonts not otherwise specified. I just want to avoid having this dialog box come up every time I open a drawing.

Comments

  • Its_Alive
    edited April 4

    "I just want to avoid having this dialog box come up every time I open a drawing."

    same, a tad annoying from a 3rd party developer perspective, testing drawings you can change

  • I may have found a solution — including the following in my ondocload.lsp file:

    (setvar "trayicons" 0)

    That seems to make the dialog box stop appearing.