mPDF Manual – mPDF Variables

useTibetanLBR

(mPDF ≥ 6.0)

Description

boolean useTibetanLBR

Specify whether to use mPDF algorithm to determine appropriate places for line breaks when using Tibetan text.

mPDF uses a simple algorithm to identify line-breaking opportunities after the characters U+0F0B (Tsheg) or U+0F0D.

For more information, see Line breaking.

Values

$useTibetanLBR =false|true

Values

  • true: use mPDF algorithm to determine appropriate places for line breaks when using Tibetan text.
  • false: algorithm not used. Line breaks will only be allowed according to usual line-breaking rules.

Default: true

Changelog

Version Description
6.0 Variable was added.

See Also

Fork me on GitHub