Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DOtl.php75 var $assocLigs; variable in Mpdf\\Otl
331 $this->assocLigs = []; // Ligatures[$posarr lpos] => nc
2376 if (isset($this->assocLigs[$p])) {
2377 $tmp = $this->assocLigs[$p];
2378 unset($this->assocLigs[$p]);
2379 $this->assocLigs[($p + $n)] = $tmp;
2398 if (isset($this->assocLigs[$p])) {
2399 $tmp = $this->assocLigs[$p];
2400 unset($this->assocLigs[$p]);
2401 $this->assocLigs[($p - $nrem)] = $tmp;
[all …]