Lines Matching refs:write

100 					$this->writer->write('<</Length ' . strlen($font));
101 $this->writer->write('/Filter /FlateDecode');
102 $this->writer->write('/Length1 ' . $originalsize);
103 $this->writer->write('>>');
105 $this->writer->write('endobj');
132 $this->writer->write('<</Type /Font');
145 $this->writer->write('<</Type /Font');
146 $this->writer->write('/BaseFont /' . $name);
147 $this->writer->write('/Subtype /Type1');
150 $this->writer->write('/Encoding /WinAnsiEncoding');
153 $this->writer->write('>>');
154 $this->writer->write('endobj');
209 $this->writer->write('<</Type /Font');
210 $this->writer->write('/BaseFont /' . $subsetname);
211 $this->writer->write('/Subtype /TrueType');
212 $this->writer->write('/FirstChar 0 /LastChar ' . (count($font['subsets'][$sfid]) - 1));
213 $this->writer->write('/Widths ' . ($this->mpdf->n + 1) . ' 0 R');
214 $this->writer->write('/FontDescriptor ' . ($this->mpdf->n + 2) . ' 0 R');
215 $this->writer->write('/ToUnicode ' . ($this->mpdf->n + 3) . ' 0 R');
216 $this->writer->write('>>');
217 $this->writer->write('endobj');
221 $this->writer->write('[' . $widthstring . ']');
222 $this->writer->write('endobj');
235 $this->writer->write($s . '>>');
236 $this->writer->write('endobj');
261 $this->writer->write('<</Length ' . strlen($toUni) . '>>');
263 $this->writer->write('endobj');
267 $this->writer->write('<</Length ' . strlen($fontstream));
268 $this->writer->write('/Filter /FlateDecode');
269 $this->writer->write('/Length1 ' . $ttfontsize);
270 $this->writer->write('>>');
272 $this->writer->write('endobj');
298 $this->writer->write('<</Type /Font');
299 $this->writer->write('/Subtype /Type0');
300 $this->writer->write('/BaseFont /' . $fontname . '');
301 $this->writer->write('/Encoding /Identity-H');
302 $this->writer->write('/DescendantFonts [' . ($this->mpdf->n + 1) . ' 0 R]');
303 $this->writer->write('/ToUnicode ' . ($this->mpdf->n + 2) . ' 0 R');
304 $this->writer->write('>>');
305 $this->writer->write('endobj');
310 $this->writer->write('<</Type /Font');
311 $this->writer->write('/Subtype /CIDFontType2');
312 $this->writer->write('/BaseFont /' . $fontname . '');
313 $this->writer->write('/CIDSystemInfo ' . ($this->mpdf->n + 2) . ' 0 R');
314 $this->writer->write('/FontDescriptor ' . ($this->mpdf->n + 3) . ' 0 R');
317 $this->writer->write('/DW ' . $font['desc']['MissingWidth'] . '');
322 $this->writer->write($w);
327 $this->writer->write('/CIDToGIDMap ' . ($this->mpdf->n + 4) . ' 0 R');
328 $this->writer->write('>>');
329 $this->writer->write('endobj');
354 $this->writer->write('<</Length ' . strlen($toUni) . '>>');
356 $this->writer->write('endobj');
360 $this->writer->write('<</Registry (Adobe)');
361 $this->writer->write('/Ordering (UCS)');
362 $this->writer->write('/Supplement 0');
363 $this->writer->write('>>');
364 $this->writer->write('endobj');
368 $this->writer->write('<</Type /FontDescriptor');
369 $this->writer->write('/FontName /' . $fontname);
376 $this->writer->write(' /' . $kd . ' ' . $v);
380 $this->writer->write(' /Style << /Panose <' . $font['panose'] . '> >>');
384 $this->writer->write('/FontFile2 ' . ($this->mpdf->n + 2) . ' 0 R');
387 $this->writer->write('/FontFile2 ' . $this->mpdf->FontFiles[$font['fontkey']]['n'] . ' 0 R');
390 $this->writer->write('>>');
391 $this->writer->write('endobj');
420 $this->writer->write('<</Length ' . strlen($cidtogidmap) . '');
421 $this->writer->write('/Filter /FlateDecode');
422 $this->writer->write('>>');
424 $this->writer->write('endobj');
429 $this->writer->write('<</Length ' . strlen($fontstream));
430 $this->writer->write('/Filter /FlateDecode');
431 $this->writer->write('/Length1 ' . $ttfontsize);
432 $this->writer->write('>>');
434 $this->writer->write('endobj');
535 $this->writer->write($w);
635 $this->writer->write($this->writeFontRanges($range));
642 $this->writer->write('/Subtype /Type0');
643 $this->writer->write('/BaseFont /' . $font['name'] . '-' . $font['CMap']);
644 $this->writer->write('/Encoding /' . $font['CMap']);
645 $this->writer->write('/DescendantFonts [' . ($this->mpdf->n + 1) . ' 0 R]');
646 $this->writer->write('>>');
647 $this->writer->write('endobj');
650 $this->writer->write('<</Type /Font');
651 $this->writer->write('/Subtype /CIDFontType0');
652 $this->writer->write('/BaseFont /' . $font['name']);
657 $this->writer->write('/CIDSystemInfo <<' . $cidinfo . '>>');
659 $this->writer->write('/FontDescriptor ' . ($this->mpdf->n + 1) . ' 0 R');
661 $this->writer->write('/DW ' . $font['MissingWidth'] . '');
664 $this->writer->write('>>');
665 $this->writer->write('endobj');
675 $this->writer->write($s . '>>');
676 $this->writer->write('endobj');