Searched refs:FontCache (Results 1 – 7 of 7) sorted by relevance
8 use Mpdf\Fonts\FontCache; alias57 …$fontCache = new FontCache(new Cache($cacheBasePath . '/ttfontdata', $config['cacheCleanupInterval…
5 use Mpdf\Fonts\FontCache; alias214 public function __construct(FontCache $fontCache, $fontDescriptor)
8 use Mpdf\Fonts\FontCache; alias111 public function __construct(Mpdf $mpdf, FontCache $fontCache)
7 class FontCache class
14 public function __construct(FontCache $fontCache, $fontDescriptor)
6 use Mpdf\Fonts\FontCache; alias35 public function __construct(Mpdf $mpdf, BaseWriter $writer, FontCache $fontCache, $fontDescriptor)
163 - Refactored caching (custom `Cache` and `FontCache` classes)