Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
H A DMetricsGenerator.php64 'GPOSScriptLang' => $ttf->GPOSScriptLang,
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtlDump.php37 var $GPOSScriptLang; // mPDF 5.7.1 variable in Mpdf\\OtlDump
796 $this->GPOSScriptLang = [];
881 list($this->GPOSScriptLang, $this->GPOSFeatures, $this->GPOSLookups) = $this->_getGPOStables();
3114 $GPOSScriptLang = [];
3126 if (!isset($GPOSScriptLang[$st])) {
3127 $GPOSScriptLang[$st] = '';
3129 $GPOSScriptLang[$st] .= $t . ' ';
3211 return [$GPOSScriptLang, $gpos, $Lookup];
H A DTTFontFile.php62 var $GPOSScriptLang; variable in Mpdf\\TTFontFile
1053 $this->GPOSScriptLang = [];
1142 list($this->GPOSScriptLang, $this->GPOSFeatures, $this->GPOSLookups) = $this->_getGPOStables();
3369 $GPOSScriptLang = [];
3384 if (!isset($GPOSScriptLang[$st])) {
3385 $GPOSScriptLang[$st] = '';
3387 $GPOSScriptLang[$st] .= $t . ' ';
3454 return [$GPOSScriptLang, $gpos, $Lookup];