Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DOtl.php61 var $GlyphClassMarks; variable in Mpdf\\Otl
149 …$this->GlyphClassMarks = $this->GDEFdata[$this->fontkey]['GlyphClassMarks'] = $font['GlyphClassMar…
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…
481 …while (isset($this->OTLdata[$checkpos]) && strpos($this->GlyphClassMarks, $this->OTLdata[$checkpos…
558 if (strpos($this->GlyphClassMarks, $charasstr) !== false) {
864 if (strpos($this->GlyphClassMarks, $charasstr) !== false) {
891 if (strpos($this->GlyphClassMarks, $charasstr) !== false) {
[all …]
DOtlDump.php45 var $GlyphClassMarks; // mPDF 5.7.1 variable in Mpdf\\OtlDump
1002 $this->GlyphClassMarks = $this->formatClassArr($GlyphByClass[3]);
1015 $this->GlyphClassMarks = '';
1375 $GlyphClassMarks = \'' . $this->GlyphClassMarks . '\';
2692 if ((($flag & 0x0008) == 0x0008) && strpos($this->GlyphClassMarks, $glyph)) {
4262 if (strpos($this->GlyphClassMarks, $char) !== false) {
4295 if (strpos($this->GlyphClassMarks, $c) !== false) {
4348 if (strpos($this->GlyphClassMarks, $c) !== false) {
4362 if (strpos($this->GlyphClassMarks, $char) !== false) {
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;