Hi there, been relying on the API and FAQ provided on this forum and VS watching certain values up until now for VEGAS Pro Plugin scripting, but this one I don't think I'm gonna get very far on alone.
I have a script that generates one-line text of a certain font size, the script does not know what text it will put on-screen beforehand, and so sometimes that text goes off-screen to the left and to the right due to how long it is. Is there a way I could retrieve values from the effect to work-around this with a 'while' loop that shrink the text size until the text is small enough to not be going off-screen? The text, of course, has that grey box around it when selected in VEGAS Pro, so clearly VEGAS knows the bounds of the text, it's just a matter of me obtaining that information.
Working in C# btw, but I assume at this point with the other options on offer for plugin development that this is standard in the VEGAS Pro scripting community.
Many thanks for reading!