Searched refs:GPOS_offset (Results 1 – 2 of 2) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | Otl.php | 55 var $GPOS_offset; variable in Mpdf\\Otl 145 $this->GPOS_offset = $this->GDEFdata[$this->fontkey]['GPOS_offset'] = $font['GPOS_offset']; 155 $this->GPOS_offset = $this->GDEFdata[$this->fontkey]['GPOS_offset']; 3186 …btable($lu, $c, $ptr, $currGlyph, $currGID, ($subtable_offset - $this->GPOS_offset + $this->GSUB_l… 3873 …, $luc, $luptr, $lucurrGlyph, $lucurrGID, ($lusubtable_offset - $this->GPOS_offset + $this->GSUB_l… 4058 …, $luc, $luptr, $lucurrGlyph, $lucurrGID, ($lusubtable_offset - $this->GPOS_offset + $this->GSUB_l… 4144 …, $luc, $luptr, $lucurrGlyph, $lucurrGID, ($lusubtable_offset - $this->GPOS_offset + $this->GSUB_l…
|
| D | TTFontFile.php | 1359 $GPOS_offset = 0; 1371 $GPOS_offset = $this->seek_table('GPOS'); 1381 'GPOS_offset' => $GPOS_offset,
|