Searched refs:FontCache (Results 1 – 7 of 7) sorted by relevance
9 use Mpdf\Fonts\FontCache; alias60 $fontCache = new FontCache(new Cache($config['tempDir'] . '/ttfontdata'));
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)
7 use Mpdf\Fonts\FontCache; alias36 public function __construct(Mpdf $mpdf, BaseWriter $writer, FontCache $fontCache, $fontDescriptor)
150 - Refactored caching (custom `Cache` and `FontCache` classes)