Searched refs:useGPOS (Results 1 – 2 of 2) sorted by relevance
4585 public function bidiSort($ta, $str, $dir, &$chunkOTLdata, $useGPOS) argument4957 if ($useGPOS && is_array($cd['GPOSinfo'])) {4971 if ($useGPOS) {
25460 $useGPOS = isset($this->CurrentFont['useOTL']) && ($this->CurrentFont['useOTL'] & 0x80);25463 …list($chunk, $rtl_content) = $this->otl->bidiSort($unicode, $chunk, $dir, $chunkOTLdata, $useGPOS);