Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DOtlDump.php51 var $GlyphClassComponents; // mPDF 5.7.1 variable in Mpdf\\OtlDump
1018 $this->GlyphClassComponents = $this->formatClassArr($GlyphByClass[4]);
1031 $this->GlyphClassComponents = '';
1377 $GlyphClassComponents = \'' . $this->GlyphClassComponents . '\';
DTTFontFile.php74 var $GlyphClassComponents; variable in Mpdf\\TTFontFile
1279 $this->GlyphClassComponents = ' ' . implode('| ', $GlyphByClass[4]);
1281 $this->GlyphClassComponents = '';
1386 'GlyphClassComponents' => $this->GlyphClassComponents,
DOtl.php67 var $GlyphClassComponents; variable in Mpdf\\Otl
151 …$this->GlyphClassComponents = $this->GDEFdata[$this->fontkey]['GlyphClassComponents'] = $font['Gly…
161 $this->GlyphClassComponents = $this->GDEFdata[$this->fontkey]['GlyphClassComponents'];