Where used:
Constants:
Constant | Value | Description |
---|---|---|
Constant.SYMPHONY_LINESPACING_MODE_PROP | 0 | Specifies the line space as a proportional value of line height, determine by LineSapcingHeight. |
Constant.SYMPHONY_LINESPACING_MODE_MINIMUM | 1 | Specifies the line space as the minimum line height. |
Constant.SYMPHONY_LINESPACING_MODE_LEADING | 2 | Specifies the line space as the distance to the previous line |
Constant.SYMPHONY_LINESPACING_MODE_FIX | 3 | Specifies the line space as a fixed height, determine by LineSapcingHeight |
Constant.SYMPHONY_LINESPACING_MODE_SINGLE | 4 | Specifies the line space as a single line height. |
Constant.SYMPHONY_LINESPACING_MODE_ONEPTFIVE | 5 | Specifies the line space as 1.5 line height. |
Constant.SYMPHONY_LINESPACING_MODE_DOUBLE | 6 | Specifies the line space as double line height. |