Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DServiceFactory.php9 use Mpdf\Fonts\FontCache; alias
60 $fontCache = new FontCache(new Cache($config['tempDir'] . '/ttfontdata'));
H A DTTFontFile.php5 use Mpdf\Fonts\FontCache; alias
214 public function __construct(FontCache $fontCache, $fontDescriptor)
H A DOtl.php8 use Mpdf\Fonts\FontCache; alias
111 public function __construct(Mpdf $mpdf, FontCache $fontCache)
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
H A DFontCache.php7 class FontCache class
H A DMetricsGenerator.php14 public function __construct(FontCache $fontCache, $fontDescriptor)
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DFontWriter.php7 use Mpdf\Fonts\FontCache; alias
36 public function __construct(Mpdf $mpdf, BaseWriter $writer, FontCache $fontCache, $fontDescriptor)
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md150 - Refactored caching (custom `Cache` and `FontCache` classes)