landscape archiberry Posted January 19, 2007 Share Posted January 19, 2007 Two complaints 1. The default font and size seems to be to a huge and groovy font (Alba matter, must have come off a 1972 record album cover), so for every plant grouping, I have to go in, select it and change the text. I tried selecting nothing, and checking the font I want, thinking this would set the new default, but no joy. 2. Can't I shorten the distance between the text and the 'joint'? I'm required to do this drawing at 1:200, and so it is really tight getting all the tags in. 3. I would prefer the tag text to appear at the center of the line, not above it, but text/alignment/center seems to have no effect on tags. Any comments anyone? Is there an attributes area to standardize ALL tags? Thanks- alchemilla Quote Link to comment
dspearman Posted January 19, 2007 Share Posted January 19, 2007 to set the document default font; deselect everything Use the text menu commands to set your default then place a plant object and the tags should have your new settings. To change the font settings on placed plant objects; Select all of the plant objects and then use the text menu commands. This will change them all. Quote Link to comment
Guest Posted January 19, 2007 Share Posted January 19, 2007 I use abbreviations for the ID Field for my tags when space gets tight Quote Link to comment
Petri Posted January 20, 2007 Share Posted January 20, 2007 Select all of the plant objects This might help: PROCEDURE SelectPIOByName; { ? Petri Sakkinen 2002-2007 } VAR thePIO : HANDLE; PIOname : STRING; PROCEDURE GetThem (h : HANDLE); BEGIN SETSELECT(h); END; BEGIN thePIO := FSACTLAYER; IF GETTYPE(thePIO) = 86 THEN BEGIN PIOname:=GETNAME(GETRECORD(thePIO, NUMRECORDS(thePIO))); FOREACHOBJECT(GetThem, R IN [PIOname]); END ELSE ALRTDIALOG('That is not a Plug-In Object'); END; RUN(SelectPIOByName); Select a Plant, run the script (perhaps as a menu command), change font. Font (n): the combination of typeface and size. Quote Link to comment
landscape archiberry Posted January 20, 2007 Author Share Posted January 20, 2007 Thanks guys, I've got the hang of it now. Just being a newbie know-nuthin' -- apologies. Quote Link to comment
red62 Posted March 17, 2007 Share Posted March 17, 2007 Does anyone know how to make the arrows show up on the end of the plant tags? I see it on sample drawings. Quote Link to comment
Jonathan Pickup Posted March 18, 2007 Share Posted March 18, 2007 the options on the tool are cross or dot, not arrow. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.