Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DServiceFactory.php8 use Mpdf\Fonts\FontCache; alias
57 …$fontCache = new FontCache(new Cache($cacheBasePath . '/ttfontdata', $config['cacheCleanupInterval…
DTTFontFile.php5 use Mpdf\Fonts\FontCache; alias
214 public function __construct(FontCache $fontCache, $fontDescriptor)
DOtl.php8 use Mpdf\Fonts\FontCache; alias
111 public function __construct(Mpdf $mpdf, FontCache $fontCache)
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
DFontCache.php7 class FontCache class
DMetricsGenerator.php14 public function __construct(FontCache $fontCache, $fontDescriptor)
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
DFontWriter.php6 use Mpdf\Fonts\FontCache; alias
35 public function __construct(Mpdf $mpdf, BaseWriter $writer, FontCache $fontCache, $fontDescriptor)
/plugin/dw2pdf/vendor/mpdf/mpdf/
DCHANGELOG.md163 - Refactored caching (custom `Cache` and `FontCache` classes)