hint* textbox hint*


Registered forum members do not see this ad.
Hi!
I need help yet again. I need to determine the length of a text object in the drawing, not the number of characters it has, but the space it takes in real world units. I cannot base my calculation solely on the number of characters it has, because different characters have different lengths.
It only needs to be precise for up to 10 characters.
thanks
hint* textbox hint*
Lee Mac Programming
With Mathematics there is the possibility of perfect rigour, so why settle for less?
Just another Swamper
(vlax-getboundingbox Obj 'P1 'P2)
If it's MText, you can (cdr (assoc 42 (entget (car (entsel)))))
DropBox | finding the light...
Seann: ...it went crazy ex-girlfriend on me...
eric_monceaux...its pretty funny seeing two AutoCAD Gods give each other flak...


Thanks I've already got it with textbox.
DropBox | finding the light...
Seann: ...it went crazy ex-girlfriend on me...
eric_monceaux...its pretty funny seeing two AutoCAD Gods give each other flak...
Bookmarks