fixedLineHeight | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | field | ||||||
Summary | Specifies whether the lines in a field are all the same height, or vary in height to fit the text on that line. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: 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. | ||||||
Tags | ui |