Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
H A DMetricsGenerator.php61 'GSUBScriptLang' => $ttf->GSUBScriptLang,
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTTFontFile.php76 var $GSUBScriptLang; variable in Mpdf\\TTFontFile
1050 $this->GSUBScriptLang = [];
1137 $this->GSUBScriptLang = [];
1141 list($this->GSUBScriptLang, $this->GSUBFeatures, $this->GSUBLookups, $this->rtlPUAstr) = $this->_getGSUBtables();
1530 $GSUBScriptLang = [];
1542 if (!isset($GSUBScriptLang[$st])) {
1543 $GSUBScriptLang[$st] = '';
1545 $GSUBScriptLang[$st] .= $t . ' ';
2140 $GSUBScriptLang = [];
2362 if (!isset($GSUBScriptLang[
[all...]
H A DOtlDump.php53 var $GSUBScriptLang; // mPDF 5.7.1 variable in Mpdf\\OtlDump
791 $this->GSUBScriptLang = [];
875 $this->GSUBScriptLang = [];
880 list($this->GSUBScriptLang, $this->GSUBFeatures, $this->GSUBLookups, $this->rtlPUAstr, $this->rtlPUAarr) = $this->_getGSUBtables();
1260 $GSUBScriptLang = [];
1272 if (!isset($GSUBScriptLang[$st])) {
1273 $GSUBScriptLang[$st] = '';
1275 $GSUBScriptLang[$st] .= $t . ' ';
1970 return [$GSUBScriptLang, $gsub, $GSLookup, $rtlPUAstr, $rtlPUAarr];