Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Shaper/
H A DMyanmar.php20 const OT_A = 10; define in Mpdf\\Shaper\\Myanmar
156 $cat = self::OT_A;
418 if ($pos == self::POS_BELOW_C && $info[$i]['myanmar_category'] == self::OT_A) {
426 if ($pos == self::POS_BELOW_C && $info[$i]['myanmar_category'] != self::OT_A) {
H A DSea.php19 const OT_A = 10; # Anusvara define in Mpdf\\Shaper\\Sea
H A DIndic.php22 const OT_A = 10; define in Mpdf\\Shaper\\Indic
97 'A', /* Spec gives Andutta U+0952 as OT_A. However, testing shows that Uniscribe
137 /* The spec says U+0952 is OT_A. However, testing shows that Uniscribe
145 //if ($u == 0x0952) $cat = self::OT_A;