Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
DFontCache.php29 public function jsonHas($filename) function in Mpdf\\Fonts\\FontCache
DMetricsGenerator.php82 if ($this->fontCache->jsonHas($fontkey . '.cw127.json')) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
DFontWriter.php78 …if ($this->fontCache->has($fontkey . '.ps.z') && $this->fontCache->jsonHas($fontkey . '.ps.json'))…
455 if ($asSubset && $this->fontCache->jsonHas($fontCacheFilename)) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
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)) {
DMpdf.php3886 if ($this->fontCache->jsonHas($fontCacheFilename)) {