Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Shaper/
DMyanmar.php22 const OT_DOTTEDCIRCLE = 12; /* Not in the spec, but special in Uniscribe. /Very very/ special! */ define in Mpdf\\Shaper\\Myanmar
358 if ($info[$end - 1]['myanmar_category'] == self::OT_DOTTEDCIRCLE) {
DIndic.php24 const OT_DOTTEDCIRCLE = 12; /* Not in the spec, but special in Uniscribe. /Very very/ special! */ define in Mpdf\\Shaper\\Indic
155 $cat = self::OT_DOTTEDCIRCLE;
176 …elf::FLAG(self::OT_V) | self::FLAG(self::OT_NBSP) | self::FLAG(self::OT_DOTTEDCIRCLE)))) { // = CO…
433 if ($info[$end - 1]['indic_category'] == self::OT_DOTTEDCIRCLE) {
1271 …:OT_RA) | self::FLAG(self::OT_V) | self::FLAG(self::OT_NBSP) | self::FLAG(self::OT_DOTTEDCIRCLE)));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DOtl.php625 $dottedcircle[0]['indic_category'] = Indic::OT_DOTTEDCIRCLE;
705 $dottedcircle[0]['myanmar_category'] = Myanmar::OT_DOTTEDCIRCLE;