Home
last modified time | relevance | path

Searched refs:jsonHas (Results 1 – 5 of 5) sorted by path

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
H A DFontCache.php29 public function jsonHas($filename) function in Mpdf\\Fonts\\FontCache
H A DMetricsGenerator.php82 if ($this->fontCache->jsonHas($fontkey . '.cw127.json')) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php3886 if ($this->fontCache->jsonHas($fontCacheFilename)) {
H A DOtl.php141 if (!isset($this->GDEFdata[$this->fontkey]) && $this->fontCache->jsonHas($fontCacheFilename)) {
372 if ($this->fontCache->jsonHas($fontCacheFilename)) {
392 if (!isset($this->GSUBdata[$this->fontkey]) && $this->fontCache->jsonHas($fontCacheFilename)) {
1030 if (!isset($this->GPOSdata[$this->fontkey]) && $this->fontCache->jsonHas($fontCacheFilename)) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DFontWriter.php78 if ($this->fontCache->has($fontkey . '.ps.z') && $this->fontCache->jsonHas($fontkey . '.ps.json')) {
455 if ($asSubset && $this->fontCache->jsonHas($fontCacheFilename)) {