Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Exception/
DFontException.php5 class FontException extends \Mpdf\MpdfException class
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DTTFontFile.php231 throw new \Mpdf\Exception\FontException(sprintf('Unable to open font file "%s"', $file));
268 …throw new \Mpdf\Exception\FontException(sprintf('Fonts with postscript outlines are not supported …
272 …throw new \Mpdf\Exception\FontException(sprintf('TTCfontID for a TrueType Collection is not define…
276 throw new \Mpdf\Exception\FontException(sprintf('Not a TrueType font: version=%s)', $version));
282 …throw new \Mpdf\Exception\FontException(sprintf('Error parsing TrueType Collection: version=%s - (…
335 …throw new \Mpdf\Exception\FontException(sprintf('TTF file "%s": invalid checksum %s table: %s (exp…
563 throw new \Mpdf\Exception\FontException(sprintf('Unable to open file "%s"', $file));
578 …throw new \Mpdf\Exception\FontException(sprintf("Error parsing TrueType Collection: version=%s (%s…
631 …throw new \Mpdf\Exception\FontException(sprintf('Font "%s" cannot map all included glyphs into Pri…
651 throw new \Mpdf\Exception\FontException(sprintf('Unable to open file "%s"', $file));
[all …]
DOtlDump.php181 throw new \Mpdf\Exception\FontException(sprintf('Unable to open file "%s"', $file));
199 …throw new \Mpdf\Exception\FontException(sprintf('Fonts with postscript outlines are not supported …
203 …throw new \Mpdf\Exception\FontException("TTCfontID for a TrueType Collection has to be defined in …
207 throw new \Mpdf\Exception\FontException("Not a TrueType font: version=" . $version);
213 …throw new \Mpdf\Exception\FontException("Error parsing TrueType Collection: version=" . $version .…
262 …throw new \Mpdf\Exception\FontException(sprintf('TTF file "%s": invalid checksum %s table: %s (exp…
476 …throw new \Mpdf\Exception\FontException("Error loading font: Unknown name table format " . $format…
498 …throw new \Mpdf\Exception\FontException("Error loading font: PostScript name is UTF-16BE string of…
539 …throw new \Mpdf\Exception\FontException("Error loading font: Could not find PostScript font name: …
546 …throw new \Mpdf\Exception\FontException("psName=" . $psName . " contains invalid character " . $c …
[all …]
DTTFontFileAnalysis.php30 …throw new \Mpdf\Exception\FontException(sprintf('Fonts with postscript outlines are not supported …
/plugin/dw2pdf/vendor/mpdf/mpdf/
DCHANGELOG.md6 * new `Mpdf\Exception\FontException` extending base `MpdfException` was introduced and is thrown on…