Home
last modified time | relevance | path

Searched refs:restrictToSyllable (Results 1 – 1 of 1) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtl.php81 var $restrictToSyllable; variable in Mpdf\\Otl
542 $this->restrictToSyllable = true;
675 $this->restrictToSyllable = false;
680 $this->restrictToSyllable = true;
729 $this->restrictToSyllable = false;
738 $this->restrictToSyllable = true;
809 $this->restrictToSyllable = false;
1286 // if $this->restrictToSyllable is true
2501 if ($this->restrictToSyllable && isset($this->OTLdata[$GlyphPos[$i]]['syllable']) && $this->OTLdata[$GlyphPos[$i]]['syllable'] != $current_syllable) {
4181 if ($this->restrictToSyllable
[all...]