Is there a way to determine the physical length of a string of text. I'd like the lines to start a certain distance away from the beginning, and end of the text. I thought about just using a line at length A, centering the text on the line then placing a fill between the two. The Problem is that the fill would have to be able to change with the length of text as well. (See attached image) Or maybe I'm going about it the wrong way??
This is close to what I'm looking for. I'm in the process of tweaking it and I'll show you what I come up with when it's done. One other question that has arisen......Is it possible to suppress zero inches in the script? I'm using ffi to show a length. What I get is (eg. 10'-0"). What I'd like to see in this case is 10'. Any thoughts?