normalLineheight
(mPDF ≥ 4.2)
normalLineheight – Define the default line-height
Description
void normalLineheight
This variable defines the default line-height used when the CSS property line-height is set to normal (default).
Note: From mPDF v 6.0 onwards, this value will only be
used when the variable useFixedNormalLineHeight
is set to true
.
For more information, see Line-height.
Values
$normalLineheight
Values
- FLOAT : Usual value between
1.1
and1.5
Default: 1.33
Changelog
Version | Description |
---|---|
4.2 | Variable was added. |