Home
last modified time | relevance | path

Searched defs:fontDescriptor (Results 1 – 5 of 5) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
H A DMetricsGenerator.php12 private $fontDescriptor; variable in Mpdf\\Fonts\\MetricsGenerator
14 public function __construct(FontCache $fontCache, $fontDescriptor) argument
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DFontWriter.php34 private $fontDescriptor; global() variable in Mpdf\\Writer\\FontWriter
36 __construct(Mpdf $mpdf, BaseWriter $writer, FontCache $fontCache, $fontDescriptor) global() argument
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DServiceFactory.php42 getServices(Mpdf $mpdf, LoggerInterface $logger, $config, $restrictColorSpace, $languageToFont, $scriptToLanguage, $fontDescriptor, $bmp, $directWrite, $wmf) global() argument
H A DTTFontFile.php56 private $fontDescriptor; variable in Mpdf\\TTFontFile
214 public function __construct(FontCache $fontCache, $fontDescriptor) argument
H A DMpdf.php833 private $fontDescriptor; global() variable in Mpdf\\Mpdf