Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DOtl.php87 var $arabGlyphs; variable in Mpdf\\Otl
427 $this->arabGlyphs = $this->GSUBdata[$this->GSUBfont]['rtlSUB'];
2917 …\x{0745}]/u', UtfString::code2utf(hexdec($chars[$i + 1]))) && isset($this->arabGlyphs[$char][4])) {
2922 if (strpos('0715|0716|072A', $chars[$n]) !== false && isset($this->arabGlyphs[$char][6])) {
2925 elseif (isset($this->arabGlyphs[$char][5])) {
2931 return [$this->arabGlyphs[$char][$retk], $retk];
2937 if (($type > 0 || $type === 0) && isset($this->arabGlyphs[$char][$type])) {
2939 …} elseif ($type == 3 && isset($this->arabGlyphs[$char][1])) { // if <medial> not defined, but <fin…
2941 …} elseif ($type == 2 && isset($this->arabGlyphs[$char][0])) { // if <initial> not defined, but <is…
2947 if (isset($this->arabGlyphs[$char]['prel'][$retk]) && $this->arabGlyphs[$char]['prel'][$retk]) {
[all …]
DMpdf.php384 var $arabGlyphs; variable in Mpdf\\Mpdf