Searched refs:rtlPUAstr (Results 1 – 3 of 3) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/ |
| D | MetricsGenerator.php | 60 'rtlPUAstr' => $ttf->rtlPUAstr,
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | TTFontFile.php | 78 var $rtlPUAstr; variable in Mpdf\\TTFontFile 1049 $this->rtlPUAstr = ''; 1138 $this->rtlPUAstr = ''; 1141 …list($this->GSUBScriptLang, $this->GSUBFeatures, $this->GSUBLookups, $this->rtlPUAstr) = $this->_g… 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];
|
| D | OtlDump.php | 55 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->rtlP… 1970 return [$GSUBScriptLang, $gsub, $GSLookup, $rtlPUAstr, $rtlPUAarr];
|