Search the Community
Showing results for tags 'dtext'.
-
Set DTEXT TextAlignmentPoint to bottom center
3dwannab posted a topic in AutoLISP, Visual LISP & DCL
Hi all, I'm struggling to set DTEXT justification to bottom centre. I've put the alignment to bottomcenter in the code below but it's the alignment point I'm having difficulty with. MTEXT is much more straight forward it seems. (setq obj (vlax-ename->vla-object (set... -
Just need some help with a simple routine that I starting tweaking. Originally the routine was written to enter text and sized it based on the DIMSCALE. It also featured an option to type "A" after you typed DTEXT, to be able to add lines to the specific line of text selected. The problem I am h...
-
Having DTEXT command go on "TEXT" layer?
tmelancon posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
Just seeing if someone knows how to change the DTEXT command to be typed on a specified layer. I have poked around and came across some macros editing but this did not do the trick. Super thanks in advance! [&DText]^C^C-layer;s;TEXT;;dtext; -
One of my co-workers is using dtext to call out a certain part of a drawing. I know there are many ways to do a call out, but this is what he chooses: dtext, justify, mc. The problem he is running into is that when he places a fraction, such as 1/4, it does not place it in a fraction form where 1 is...