Searched refs:GSUB_length (Results 1 – 2 of 2) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | Otl.php | 101 var $GSUB_length; variable in Mpdf\\Otl 146 $this->GSUB_length = $this->GDEFdata[$this->fontkey]['GSUB_length'] = $font['GSUB_length']; 156 $this->GSUB_length = $this->GDEFdata[$this->fontkey]['GSUB_length']; 3186 … $currGlyph, $currGID, ($subtable_offset - $this->GPOS_offset + $this->GSUB_length), $Type, $Flag,… 3873 …rrGlyph, $lucurrGID, ($lusubtable_offset - $this->GPOS_offset + $this->GSUB_length), $luType, $luF… 4058 …rrGlyph, $lucurrGID, ($lusubtable_offset - $this->GPOS_offset + $this->GSUB_length), $luType, $luF… 4144 …rrGlyph, $lucurrGID, ($lusubtable_offset - $this->GPOS_offset + $this->GSUB_length), $luType, $luF…
|
| D | TTFontFile.php | 1360 $GSUB_length = 0; 1366 $GSUB_length = $this->tables['GSUB']['length']; 1382 'GSUB_length' => $GSUB_length,
|