[Plugin] TextTags v1.4
-
-
Hi Tig
I did check it out and I really liked it in terms of placing the text.One major limitation I can see right away that it doesn't have multi-line option. I guess the work around to that for right now would be to place multiple tags. Not sure how good that is in long term.
Do you have ideas to deal multi line issue? Thanks
Pankaj -
@mittalpa said:
Hi Tig
I did check it out and I really liked it in terms of placing the text.One major limitation I can see right away that it doesn't have multi-line option. I guess the work around to that for right now would be to place multiple tags. Not sure how good that is in long term.
Do you have ideas to deal multi line issue? Thanks
PankajTo make multiple lines of text you need to add a \n - the standard new line command...
Open the script in Notepad.exe to read the instructions at the start...For example typing in:
"This is line 1\nThis is line 2\n..."
gives:
This is line 1
This is line 2
....
-
TIG:
I hacked your script so the dialog prompt now reads:
' prompts=["Enter Text: (\n for line feed)","Edit Settings:" '
because I kept forgeting how to add the line feed too. Hope you don't mind.
John
-
TIG
can you help me to merge "text tag 1.4" and "highttool" in the same plugin -
See how 'heighttool' [?] sets its 'string' and replace the .add_text() in the other file with the 2dtext code using the height 'string' ?
Can you explain how you see this being used ... I'm guessing you want 'flat' 2dtext height-tags rather than 'Text'?
Advertisement