Hello Jeff,

I can remember that we once did this for a customer a long time ago where the 
Image With String patch hadn't all the bells and whistles. It was lots of work 
including having the character spacing of a generic font in a table, scan the 
text by our selfs in JavaScript and calculating the width of each text line in 
pixels by calculating the soft wrap for the text respecting words and 
punctation, ending up with an array of strings (one for each line) which we 
rendered within an iterator. Because we weren't depending on the exact pixel 
width for each text line in our calculations the approximation of the soft wrap 
worked for us. Once you have separate strings for each line you can do your 
line spacing yourself.

best,

Achim Breidenbach
Boinx Software Ltd.

On 27.12.2012, at 17:36, Jeff Wolgast wrote:

> I created a screensaver that pulls from an RSS feed, but would like to reduce 
> the amount of space between text that gets wrapped to the next line of the 
> screen.  I have the string from the RSS feed going into an “Image with 
> String” patch before being displayed on a billboard.  I’m guessing that the 
> font leading offset in the image with string patch would do what I am looking 
> for, but it is already set at 0, and does not seem to take negative values 
> for that setting.  Any ideas on how I could reduce the amount of space in 
> between lines of text?
>  
> Thanks.
>  
>  
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Quartzcomposer-dev mailing list      (Quartzcomposer-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/quartzcomposer-dev/achim%40boinx.com
> 
> This email sent to ac...@boinx.com

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Quartzcomposer-dev mailing list      (Quartzcomposer-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to