GreggRusson Posted July 12, 2016 Share Posted July 12, 2016 Have a project where I thought Text on a Curve frames would work great. Haven't ever used it before. Wanted the text to flow between multiple linked curve frames... but alas, it seems that you can't link the curved text frames. Is there any way to get the line/path length of this type of frame to get a object reference and write my own linking routine? Went looking for a function similar to FindTextFrame or FindGraphicFrame but no luck. Any ideas? Thanks, Gregg Quote Link to comment Share on other sites More sharing options...
Dan Korn Posted July 13, 2016 Share Posted July 13, 2016 You're correct that Text on a Curve frames can't be linked. Nor can the frames be accessed with FindTextFrame or a similar call. However, you can copyfit Text on a Curve frames, and the OnCopyfit callback function is indeed invoked for them. So you can name the frame, then write some custom code in OnCopyfit to handle the case where FusionPro.Composition.CurrentFlow.name matches your frame's name, and adjust the FusionPro.Composition.CurrentFlow.content as needed. Quote Link to comment Share on other sites More sharing options...
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.