Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DOtl.php99 var $GSLuCoverage; variable in Mpdf\\Otl
393 …$this->GSLuCoverage = $this->GSUBdata[$this->fontkey]['GSLuCoverage'] = $this->fontCache->jsonLoad…
395 $this->GSLuCoverage = $this->GSUBdata[$this->fontkey]['GSLuCoverage'];
1315 if (isset($this->GSLuCoverage[$lu][$c][$currGID])) {
1317 …offset - $this->GSUB_offset), $Type, $Flag, $MarkFilteringSet, $this->GSLuCoverage[$lu][$c], 0, $t…
1368 if (isset($this->GSLuCoverage[$lu][$c][$currGID])) {
1370 …offset - $this->GSUB_offset), $Type, $Flag, $MarkFilteringSet, $this->GSLuCoverage[$lu][$c], 0, $t…
1424 if (isset($this->GSLuCoverage[$lu][$c][$currGID])) {
1426 …offset - $this->GSUB_offset), $Type, $Flag, $MarkFilteringSet, $this->GSLuCoverage[$lu][$c], 0, $u…
1481 if (isset($this->GSLuCoverage[$lu][$c][$currGID])) {
[all …]
DOtlDump.php159 var $GSLuCoverage; variable in Mpdf\\OtlDump
1344 $this->GSLuCoverage = [];
1362 $this->GSLuCoverage[$i][$c] = implode('|', $glyphs);
1369 $GSLuCoverage = ' . var_export($this->GSLuCoverage, true) . ';
DTTFontFile.php212 public $GSLuCoverage; variable in Mpdf\\TTFontFile
1594 $this->GSLuCoverage = [];
1611 $this->GSLuCoverage[$i][$c] = $glyphs;
1616 $this->fontCache->jsonWrite($this->fontkey . '.GSUBdata.json', $this->GSLuCoverage);