Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtl.php61 var $GlyphClassMarks; variable in Mpdf\\Otl
149 $this->GlyphClassMarks = $this->GDEFdata[$this->fontkey]['GlyphClassMarks'] = $font['GlyphClassMarks'];
159 $this->GlyphClassMarks = $this->GDEFdata[$this->fontkey]['GlyphClassMarks'];
211 if (strpos($this->GlyphClassMarks, $charasstr) !== false) {
429 $gcms = explode("| ", $this->GlyphClassMarks);
455 while (isset($this->OTLdata[$checkpos]) && strpos($this->GlyphClassMarks, $this->OTLdata[$checkpos]['hex']) !== false) {
481 while (isset($this->OTLdata[$checkpos]) && strpos($this->GlyphClassMarks,
[all...]
H A DOtlDump.php45 var $GlyphClassMarks; // mPDF 5.7.1 variable in Mpdf\\OtlDump
1002 $this->GlyphClassMarks = $this->formatClassArr($GlyphByClass[3]);
1015 $this->GlyphClassMarks = '';
1131 //echo $this->GlyphClassMarks ; exit;
1375 $GlyphClassMarks = \'' . $this->GlyphClassMarks . '\';
2692 if ((($flag & 0x0008) == 0x0008) && strpos($this->GlyphClassMarks, $glyph)) {
2740 //$str = $this->GlyphClassMarks;
4262 if (strpos($this->GlyphClassMarks, $char) !== false) {
4295 if (strpos($this->GlyphClassMarks,
[all...]
H A DTTFontFile.php68 var $GlyphClassMarks; variable in Mpdf\\TTFontFile
1274 $this->GlyphClassMarks = ' ' . implode('| ', $GlyphByClass[3]);
1276 $this->GlyphClassMarks = '';
1384 'GlyphClassMarks' => $this->GlyphClassMarks,
2931 if ((($flag & 0x0008) == 0x0008 && ($flag & 0xFF00) == 0) && strpos($this->GlyphClassMarks, $glyph)) {
2983 $str = $this->GlyphClassMarks;