Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DOtlDump.php970 $this->GlyphClassBases = $this->formatClassArr($GlyphByClass[1]);
986 $this->GlyphClassLigatures = $this->formatClassArr($GlyphByClass[2]);
1002 $this->GlyphClassMarks = $this->formatClassArr($GlyphByClass[3]);
1018 $this->GlyphClassComponents = $this->formatClassArr($GlyphByClass[4]);
1080 $this->MarkAttachmentType[$class] = $this->formatClassArr($mat);
1112 $this->MarkGlyphSets[$i] = $this->formatClassArr($glyphs);
4304 function formatClassArr($arr) function in Mpdf\\OtlDump