Home
last modified time | relevance | path

Searched refs:GSUBFeatures (Results 1 – 4 of 4) sorted by path

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
H A DMetricsGenerator.php62 'GSUBFeatures' => $ttf->GSUBFeatures,
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtl.php328 $GSUBFeatures = (isset($this->mpdf->CurrentFont['GSUBFeatures'][$GSUBscriptTag][$GSUBlangsys]) ? $this->mpdf->CurrentFont['GSUBFeatures'][$GSUBscriptTag][$GSUBlangsys] : false);
364 if (($useOTL & 0xFF) && $GSUBscriptTag && $GSUBlangsys && $GSUBFeatures) {
411 $usetags = $this->_applyTagSettings($tags, $GSUBFeatures, $omittags, true);
424 $usetags = $this->_applyTagSettings($tags, $GSUBFeatures, $omittags, true);
522 $usetags = $this->_applyTagSettings($tags, $GSUBFeatures, $omittags, false);
668 $usetags = $this->_applyTagSettings($tags, $GSUBFeatures, $omittags, false);
726 $usetags = $this->_applyTagSettings($tags, $GSUBFeatures, $omittags, false);
806 $usetags = $this->_applyTagSettings($tags, $GSUBFeatures,
[all...]
H A DOtlDump.php153 var $GSUBFeatures; variable in Mpdf\\OtlDump
794 $this->GSUBFeatures = [];
880 list($this->GSUBScriptLang, $this->GSUBFeatures, $this->GSUBLookups, $this->rtlPUAstr, $this->rtlPUAarr) = $this->_getGSUBtables();
H A DTTFontFile.php208 public $GSUBFeatures; variable in Mpdf\\TTFontFile
1051 $this->GSUBFeatures = [];
1141 list($this->GSUBScriptLang, $this->GSUBFeatures, $this->GSUBLookups, $this->rtlPUAstr) = $this->_getGSUBtables();