The HtmlText line height calculation rules.

Values

Accurate

Accurate line height calculations. Each line will adjust it's height according to it's contents.

TextOnly

Only text adjusts line heights, and <img> tags do not affect it (partial legacy behavior).

Constant

Legacy line height mode. When used, line heights remain constant based on Text.font variable.