Change fixed_width_font

Discussion in 'AutoCAD' started by Marcel Janmaat, Sep 23, 2004.

  1. Is it posible to change fixed_width_font from lisp to influence the
    appearence of texts in a dialog.
    I am comparing strings and want to display te ones with differerent values
    in a different way.

    It doesn't neccesary have to be with fixed_width_font. But the items are
    already grayed out.

    Regards MJ (A2k2)
     
    Marcel Janmaat, Sep 23, 2004
    #1
  2. Marcel Janmaat

    John Uhden Guest

    Nope. You have to specify it in the DCL file. The only workaround I know of is
    to have your code write the DCL file and then load it (a little kludgey). Then
    the problem is that a list_box is a single tile, so you can't specify an
    alternative width for each item in the list. :(
     
    John Uhden, Sep 24, 2004
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.