>> for text cast member, i'm getting error "lineHeight" property not
>> found for text cast member. What's substitute or option available
>> in text cast members to find out lin height.
>
> Hi Shailendra,
>
> There is no substitue: you have to work it out by hand:
>
>   tLineHeight = member("Text").charPosToLoc(1).locV + 1

Actually, there is an equivalent - fixedLineSpace - but I've found that 
this property is 0 unless you specifically set it via lingo, in which 
case you already know the value. The nice thing about it is that you can 
set specific lines to different leadings via lingo, unlike fields which 
have one overall leading.

-Kurt

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to