Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTTFontFile.php64 var $MarkAttachmentType; variable in Mpdf\\TTFontFile
1286 } else { // to use for MarkAttachmentType
1319 // MarkAttachmentType
1331 $this->MarkAttachmentType[$class] = ' ' . implode('| ', $mat);
1334 $this->MarkAttachmentType = [];
1388 'MarkAttachmentType' => $this->MarkAttachmentType,
2930 // Flag & 0x0008 = Ignore Marks - (unless already done with MarkAttachmentType)
2940 // Flag & 0xFF?? = MarkAttachmentType
2943 // $this->MarkAttachmentType i
[all...]
H A DOtlDump.php41 var $MarkAttachmentType; // mPDF 5.7.1 variable in Mpdf\\OtlDump
1034 $Marks = $GlyphByClass[3]; // to use for MarkAttachmentType
1065 // MarkAttachmentType
1080 $this->MarkAttachmentType[$class] = $this->formatClassArr($mat);
1094 $this->MarkAttachmentType = [];
1379 $MarkAttachmentType = ' . var_export($this->MarkAttachmentType, true) . ';
2701 // Flag & 0xFF?? = MarkAttachmentType
2702 if (($flag & 0xFF00) && strpos($this->MarkAttachmentType[($flag >> 8)], $glyph)) {
2721 // Flag & 0xFF?? = MarkAttachmentType
[all...]
H A DOtl.php57 var $MarkAttachmentType; variable in Mpdf\\Otl
147 $this->MarkAttachmentType = $this->GDEFdata[$this->fontkey]['MarkAttachmentType'] = $font['MarkAttachmentType'];
157 $this->MarkAttachmentType = $this->GDEFdata[$this->fontkey]['MarkAttachmentType'];
4476 // Flag & 0xFF?? = MarkAttachmentType
4479 // $this->MarkAttachmentType is already adjusted for this i.e. contains all Marks except those in the MarkAttachmentClassDef table
4480 $MarkAttachmentType = $flag >> 8;
4482 $str = $this->MarkAttachmentType[
[all...]