Hi Carl,

> My biggest worry with this approach is you'll be making an awful lot
> of faces, (one per word in your book), just to get their length. 

You can always use the same faces:

layout [
    word1: text no-wrap font-size 16
    word2: text no-wrap font-size 18
]
for n 1 8 1 [
    word1/text: line1/:n
    word2/text: line2/:n
    word-w: max first size-text word1 first size-text word2
    append line-tabs 6 + word-w + last line-tabs
]

--------
Ciao
Romano

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to