(mPDF ≥ 5.7)
bool$allowCJKorphans
CJK line-breaking is implemented in mPDF roughly according to accepted rules.
Configurable variables allow fine control of behaviour (except in tables):
<?php$this->allowCJKorphans=true;
Values
false
true
Default:true
Combined with
<?php$this->allowCJKoverflow=false;
Default:false
See also