Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
DMetricsGenerator.php12 private $fontDescriptor; variable in Mpdf\\Fonts\\MetricsGenerator
14 public function __construct(FontCache $fontCache, $fontDescriptor) argument
17 $this->fontDescriptor = $fontDescriptor;
22 $ttf = new TTFontFile($this->fontCache, $this->fontDescriptor);
58 'fontmetrics' => $this->fontDescriptor,
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
DFontWriter.php33 private $fontDescriptor; variable in Mpdf\\Writer\\FontWriter
35 public function __construct(Mpdf $mpdf, BaseWriter $writer, FontCache $fontCache, $fontDescriptor) argument
40 $this->fontDescriptor = $fontDescriptor;
82 $ttf = new TTFontFile($this->fontCache, $this->fontDescriptor);
166 $ttf = new TTFontFile($this->fontCache, $this->fontDescriptor);
282 $ttf = new TTFontFile($this->fontCache, $this->fontDescriptor);
407 $ttf = new TTFontFile($this->fontCache, $this->fontDescriptor);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DServiceFactory.php37 $fontDescriptor, argument
106 $fontWriter = new FontWriter($mpdf, $writer, $fontCache, $fontDescriptor);
DTTFontFile.php56 private $fontDescriptor; variable in Mpdf\\TTFontFile
214 public function __construct(FontCache $fontCache, $fontDescriptor) argument
217 $this->fontDescriptor = $fontDescriptor;
909 if ($this->fontDescriptor === 'winTypo') {
913 } elseif ($this->fontDescriptor === 'mac') {
DMpdf.php836 private $fontDescriptor; variable in Mpdf\\Mpdf
1063 $this->fontDescriptor,
3912 if ($this->fontDescriptor != $font['fontmetrics']) {
3917 $generator = new MetricsGenerator($this->fontCache, $this->fontDescriptor);
27399 return $this->fontDescriptor;
/plugin/html2pdf/html2pdf/html2ps/
Dpdf.fpdf.php2310 $fontDescriptor = array('Type' => '/FontDescriptor',
2321 $fontDescriptor['FontFile'.($type=='Type1' ? '' : '2')] =
2324 $this->_out($this->_dictionary($fontDescriptor));
/plugin/dw2pdf/vendor/mpdf/mpdf/
DCHANGELOG.md142 - `FONT_DESCRIPTOR` constant in favor of `fontDescriptor` configuration variable