Redefine text style at startup

Discussion in 'AutoCAD' started by Daayo, Mar 30, 2005.

  1. Daayo

    Daayo Guest

    I have a bunch of drawings that I need to redefune the text style in. is
    there a way to add the commands to acad2000doc.lsp

    command prompt for what I need looks like this

    Command: -style
    Enter name of text style or [?] <STANDARD>: STANDARD

    Existing style.
    Specify full font name or font filename (TTF or SHX) <simplex.shx>:
    SIMPLEX.SHX
    Specify height of text <0'-0">:
    Specify width factor <0.80>:

    Specify obliquing angle <0.00>:
    Display text backwards? [Yes/No] <N>:
    Display text upside-down? [Yes/No] <N>:
    Vertical? <N>

    "STANDARD" is now the current text style.

    Thanks for the help.
     
    Daayo, Mar 30, 2005
    #1
  2. Daayo

    ECCAD Guest

    Place this line in a new file called acaddoc.lsp, in your
    \support folder.
    (command "_style" "STANDARD" "simplex.shx" "0.0" "0.08" "0" "n" "n""n")

    Bob
     
    ECCAD, Mar 30, 2005
    #2
  3. Daayo

    Daayo Guest

    THANKS, I KNEW IT COULD BE DONE BUT DIDN'T KNOW HOW.
     
    Daayo, Mar 30, 2005
    #3
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.