Lingo Dictionary > D-F > fixedLineSpace |
![]() ![]() ![]() |
fixedLineSpace
Syntax
chunkExpression.
fixedLineSpace
Description
Text cast member property; controls the height of each line in the chunkExpression
portion of the text cast member.
The value itself is an integer, indicating height in absolute pixels of each line.
The default value is 0, which results in natural height of lines.
Example
This statement sets the height in pixels of each line of member Desk to 24:
member("Desk").fixedLineSpace = 24
![]() ![]() ![]() |