Two ways of expressing the same thing:

>> probe system/standard/face/font/valign
center
== center
>> layout [box with [probe font/valign]]
middle

I think we get 'middle from the vid layout dialect,
which specifies vertical alignment in one word.
'center is used for horizontal alignment.
See these two examples:

        view layout [area "hello" middle]
        view layout [area "hello" center]

Perhaps it's a bug that system/standard/face/font/valign
should be set to 'center by default.

Anton.
-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to