Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
H A DMetricsGenerator.php60 'rtlPUAstr' => $ttf->rtlPUAstr,
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTTFontFile.php78 var $rtlPUAstr; variable in Mpdf\\TTFontFile
1049 $this->rtlPUAstr = '';
1138 $this->rtlPUAstr = '';
1141 list($this->GSUBScriptLang, $this->GSUBFeatures, $this->GSUBLookups, $this->rtlPUAstr) = $this->_getGSUBtables();
2370 $rtlPUAstr = '';
2405 $rtlPUAstr .= "\x{" . $rg['start'] . "}";
2407 $rtlPUAstr .= "\x{" . $rg['start'] . "}\x{" . $rg['end'] . "}";
2409 $rtlPUAstr .= "\x{" . $rg['start'] . "}-\x{" . $rg['end'] . "}";
2414 return [$GSUBScriptLang, $gsub, $GSLookup, $rtlPUAstr];
H A DOtlDump.php55 var $rtlPUAstr; // mPDF 5.7.1 variable in Mpdf\\OtlDump
792 $this->rtlPUAstr = '';
876 $this->rtlPUAstr = '';
880 list($this->GSUBScriptLang, $this->GSUBFeatures, $this->GSUBLookups, $this->rtlPUAstr, $this->rtlPUAarr) = $this->_getGSUBtables();
1970 return [$GSUBScriptLang, $gsub, $GSLookup, $rtlPUAstr, $rtlPUAarr];