Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtl.php1624 $shift = $this->GSUBsubstitute($ptr, $substitute, 4, $GlyphPos); // GlyphPos contains positions to set null
1669 $shift = $this->GSUBsubstitute($ptr, $substitute, $Type);
1699 $shift = $this->GSUBsubstitute($ptr, $SubstituteGlyphs, $Type);
1745 $shift = $this->GSUBsubstitute($ptr, $substitute, $Type);
1807 $shift = $this->GSUBsubstitute($ptr, $substitute, $Type, $GlyphPos); // GlyphPos contains positions to set null
2419 function GSUBsubstitute($pos, $substitute, $Type, $GlyphPos = null) function in Mpdf\\Otl