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.php8 use Mpdf\Fonts\FontCache;
57 $fontCache = new FontCache(new Cache($cacheBasePath . '/ttfontdata', $config['cacheCleanupInterval']));
9 use Mpdf\Fonts\FontCache; global() alias
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.php6 use Mpdf\Fonts\FontCache;
26 * @var \Mpdf\Fonts\FontCache
35 public function __construct(Mpdf $mpdf, BaseWriter $writer, FontCache $fontCache, $fontDescriptor)
7 use Mpdf\Fonts\FontCache; global() alias
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md163 - Refactored caching (custom `Cache` and `FontCache` classes)