Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtlDump.php43 var $MarkGlyphSets; // mPDF 7.5.1 variable in Mpdf\\OtlDump
1097 // MarkGlyphSets only in Version 0x00010002 of GDEF
1112 $this->MarkGlyphSets[$i] = $this->formatClassArr($glyphs);
1125 $this->MarkGlyphSets = [];
1378 $MarkGlyphSets = ' . var_export($this->MarkGlyphSets, true) . ';
2706 if (($flag & 0x0010) && strpos($this->MarkGlyphSets[$MarkFilteringSet], $glyph)) {
2731 throw new \Mpdf\Exception\FontException("This font " . $this->fontkey . " contains MarkGlyphSets");
2733 $str .= $this->MarkGlyphSets[$MarkFilteringSet];
H A DTTFontFile.php66 var $MarkGlyphSets; variable in Mpdf\\TTFontFile
1337 // MarkGlyphSets only in Version 0x00010002 of GDEF
1349 $this->MarkGlyphSets[$i] = ' ' . implode('| ', $glyphs);
1352 $this->MarkGlyphSets = [];
1387 'MarkGlyphSets' => $this->MarkGlyphSets,
2949 if (($flag & 0x0010) && strpos($this->MarkGlyphSets[$MarkFilteringSet], $glyph)) {
2975 throw new \Mpdf\Exception\FontException("This font " . $this->fontkey . " contains MarkGlyphSets - Not tested yet");
2976 $str = $this->MarkGlyphSets[$MarkFilteringSet];
H A DOtl.php59 var $MarkGlyphSets; variable in Mpdf\\Otl
148 $this->MarkGlyphSets = $this->GDEFdata[$this->fontkey]['MarkGlyphSets'] = $font['MarkGlyphSets'];
158 $this->MarkGlyphSets = $this->GDEFdata[$this->fontkey]['MarkGlyphSets'];
4487 throw new \Mpdf\MpdfException("This font [" . $this->fontkey . "] contains MarkGlyphSets - Not tested yet");
4490 throw new \Mpdf\MpdfException("This font [" . $this->fontkey . "] contains MarkGlyphSets - but MarkFilteringSet not set");
4492 $str = $this->MarkGlyphSets[$MarkFilteringSet];
4547 if (($flag & 0x0010) && strpos($this->MarkGlyphSets[
[all...]