fixedLineHeight

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the fixedLineHeight of <field> to {true | false}
Associationsfield
Summary

Specifies whether the lines in a field are all the same height, or vary in height to fit the text on that line.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
set the fixedLineHeight of the selectedField to false
Values
NameTypeDescription
Value

The fixedLineHeight of a field is true or false. By default, the fixedLineHeight property of newly created fields is set to true.

RelatedKeyword: field
Property: showLines, formattedHeight, textSize, height, linkText, hGrid, textShift, textHeight
Object: field
Glossary: property, font
Description

Use the fixedLineHeight property to control the appearance of fields with multiple fonts, sizes, or styles.

If a field's fixedLineHeight property is set to true, the height allotted for each line in the field is equal to the field's textHeight. This means that if some of the text in the field is taller than the field's textHeight, it may be truncated.

If the fixedLineHeight is false, the height of each line depends on the size of the text in that line.

Tagsui