Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Shaper/
H A DIndic.php72 const RPHF = 2; define in Mpdf\\Shaper\\Indic
460 if (count($GSUBdata['rphf']) /* ?? $indic_plan->mask_array[RPHF] */ && $start + 3 <= $end &&
777 $info[$i]['mask'] |= self::FLAG(self::RPHF);
808 } /* If would not substitute as blwf, mark Ra+Halant for RPHF using following Halant (if present) */ elseif (self::is_halant_or_coeng($info[$i + 3])) {
809 $info[$i + 2]['mask'] |= self::FLAG(self::RPHF);
810 $info[$i + 3]['mask'] |= self::FLAG(self::RPHF);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtl.php1445 // rphf, pref, blwf, half, abvf, pstf, and init are only applied where ['mask'] indicates: Indic::FLAG(Indic::RPHF);
1486 $mask = (1 << (Indic::RPHF));