Searched refs:GSUBLookups (Results 1 – 4 of 4) sorted by relevance
103 var $GSUBLookups; variable in Mpdf\\Otl398 $this->GSUBLookups = $this->mpdf->CurrentFont['GSUBLookups'];1300 $Type = $this->GSUBLookups[$lu]['Type'];1301 $Flag = $this->GSUBLookups[$lu]['Flag'];1302 $MarkFilteringSet = $this->GSUBLookups[$lu]['MarkFilteringSet'];1313 foreach ($this->GSUBLookups[$lu]['Subtables'] as $c => $subtable_offset) {1358 $Type = $this->GSUBLookups[$lu]['Type'];1359 $Flag = $this->GSUBLookups[$lu]['Flag'];1360 $MarkFilteringSet = $this->GSUBLookups[$lu]['MarkFilteringSet'];1366 foreach ($this->GSUBLookups[$lu]['Subtables'] as $c => $subtable_offset) {[all …]
155 var $GSUBLookups; variable in Mpdf\\OtlDump795 $this->GSUBLookups = [];880 …list($this->GSUBScriptLang, $this->GSUBFeatures, $this->GSUBLookups, $this->rtlPUAstr, $this->rtlP…
210 public $GSUBLookups; variable in Mpdf\\TTFontFile1052 $this->GSUBLookups = [];1141 …list($this->GSUBScriptLang, $this->GSUBFeatures, $this->GSUBLookups, $this->rtlPUAstr) = $this->_g…
63 'GSUBLookups' => $ttf->GSUBLookups,