Message 1 of 4
Text appearing in the wrong place.

Not applicable
12-11-2019
02:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I'm using the following piece of code to write "00" at a specific location. It worked until I added justification (cons 72 & 73) to it, now it just appears at (0,0) instead of (733.514, 256.688). Why the hell has it decided to do that?
(entmake (list (cons 0 "text") (cons 10 (list 733.514 256.688 0)) (cons 40 1.8)(cons 50 0.0)(cons 7 "Arial")(cons 1 "00")(cons 72 1)(cons 73 2))) ;Add Revision "00" Text