Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtl.php43 var $GSUBfont; variable in Mpdf\\Otl
368 $this->GSUBfont = $this->fontkey . '.GSUB.' . $GSUBscriptTag . '.' . $GSUBlangsys;
370 if (!isset($this->GSUBdata[$this->GSUBfont])) {
371 $fontCacheFilename = $this->GSUBfont . '.json';
375 $this->GSUBdata[$this->GSUBfont]['rtlSUB'] = $font['rtlSUB'];
376 $this->GSUBdata[$this->GSUBfont]['finals'] = $font['finals'];
378 $this->GSUBdata[$this->GSUBfont]['rphf'] = $font['rphf'];
379 $this->GSUBdata[$this->GSUBfont]['half'] = $font['half'];
380 $this->GSUBdata[$this->GSUBfont]['pref'] = $font['pref'];
381 $this->GSUBdata[$this->GSUBfont]['blw
[all...]