Change Text Attributes

Hopefully the attached image will show what I am after, but what I would like some help on is to

have a macro that will uncheck all the boxes in the Change Text Attributes dialog window and check

the Slant box with a slant of 30 and change the Disable to Enable.

Thanks much,

Craig (carthurj@yahoo.com)

 

3683.Change Text Attributes.doc

Parents Reply Children
  • The key-in to get the part you want about the slant is modify text;set item toolsettings changetextslanttoggle=1;set item toolsettings slanttogglelabel=30;set item toolsettings modifytextslant=0 but to have a key-in turn all the other toggles off is just too long.

    Here are some of the other commands to toggle of the check marks;
    set item toolsettings changetextstyletoggle=0
    set item toolsettings changetextfontnumtoggle=0
    set item toolsettings changetextheighttoggle=0
    set item toolsettings changetextwidthtoggle=0
    set item toolsettings changetextintercharspacingtoggle=0
    set item toolsettings changetextjustificationtoggle=0
    set item toolsettings changetextlinelengthtoggle=0
    set item toolsettings changetextlinespacetypetoggle=0
    set item toolsettings changetextlinespacingtoggle=0

    By doing the macro record that you recorded, you can run this by I think going to Utilities>Macro>Project Manager, you can then hopefully find the macro you recorded and hit run.  If this works, you can then create a key-in to run the macro.

    --Kevin

  • Thanks Kevin,

    That is what I was looking for.

    Craig