Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
H A DMetricsGenerator.php65 'GPOSFeatures' => $ttf->GPOSFeatures,
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtlDump.php33 var $GPOSFeatures; // mPDF 5.7.1 variable in Mpdf\\OtlDump
797 $this->GPOSFeatures = [];
881 list($this->GPOSScriptLang, $this->GPOSFeatures, $this->GPOSLookups) = $this->_getGPOStables();
H A DOtl.php329 $GPOSFeatures = (isset($this->mpdf->CurrentFont['GPOSFeatures'][$GPOSscriptTag][$GPOSlangsys]) ? $this->mpdf->CurrentFont['GPOSFeatures'][$GPOSscriptTag][$GPOSlangsys] : false);
1023 if (($useOTL & 0xFF) && $GPOSscriptTag && $GPOSlangsys && $GPOSFeatures) {
1056 $usetags = $this->_applyTagSettings($tags, $GPOSFeatures, $omittags, false);
1064 foreach ($GPOSFeatures as $tag => $arr) {
H A DTTFontFile.php58 var $GPOSFeatures; variable in Mpdf\\TTFontFile
1054 $this->GPOSFeatures = [];
1142 list($this->GPOSScriptLang, $this->GPOSFeatures, $this->GPOSLookups) = $this->_getGPOStables();